Skip to content

Commit a408b93

Browse files
authored
Fix action path
1 parent 38028c1 commit a408b93

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
@@ -10,5 +10,5 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- run: python3 update.py ${{ inputs.files }}
13+
- run: python3 $GITHUB_ACTION_PATH/update.py ${{ inputs.files }}
1414
shell: bash

0 commit comments

Comments
 (0)