Skip to content

Commit 32b6951

Browse files
committed
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.
1 parent 4c28503 commit 32b6951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ runs:
108108
working-directory: ${{ github.action_path }}
109109
run: |
110110
poetry run \
111-
python "${{ github.action_path }}/compilesketches/compilesketches.py"
111+
python compilesketches/compilesketches.py

0 commit comments

Comments
 (0)