Compare commits

..

1 commit

Author SHA1 Message Date
291da10d66
WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Failing after 4s
/ report-download-check (push) Has been skipped
This should hopefully reduce the complexity of the action
2025-07-11 00:02:22 +02:00

View file

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