fix(comparison): create the old report in the PWD #26

Merged
jalil merged 1 commit from push-nlqrsplmrkru into main 2025-07-11 17:49:05 +02:00

View file

@ -74,6 +74,7 @@ curl -X 'GET' \
tar -zvx --strip-components=1 -C "$old" tar -zvx --strip-components=1 -C "$old"
endgroup endgroup
(cd "$old" && "$GITHUB_ACTION_PATH/scripts/create-report.sh" old-report.json) repo_dir=$PWD
(cd "$old" && "$GITHUB_ACTION_PATH/scripts/create-report.sh" "$repo_dir"/old-report.json)
exit 0 exit 0