fix(create-report): failing on private repos
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Successful in 2s
/ report-download-check (push) Successful in 1s

Forgot to update the GITHUB_ACTION_PATH
This commit is contained in:
Jalil David Salamé Messina 2025-07-10 21:50:24 +02:00
parent 9364b5d352
commit a26909cb8c
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

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