fix(comparison): create the old report in the PWD #26
1 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ curl -X 'GET' \
|
|||
tar -zvx --strip-components=1 -C "$old"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue