Skip to content

Commit

Permalink
ci: fix report.py path
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 24, 2024
1 parent 34ad4b9 commit e69fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-script/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ runs:
if: ${{ inputs.report == 'true' }}
shell: bash
working-directory: ./scripts
run: poetry run python scripts/report.py
run: poetry run python report.py

0 comments on commit e69fa54

Please sign in to comment.