fix(create-report): failing on private repos #24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue