Skip to content
Prev Previous commit
Next Next commit
Remove superfluous absolute path to action script
It is no longer necessary to specify the full path to the script in the invocation command now that the steps working
directory has been set to the root folder of the action repository.
  • Loading branch information
per1234 committed Mar 23, 2023
commit 32b69515e6c2c744ee9359f15d17a8b1a0afd756
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ runs:
working-directory: ${{ github.action_path }}
run: |
poetry run \
python "${{ github.action_path }}/compilesketches/compilesketches.py"
python compilesketches/compilesketches.py