We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38028c1 commit a408b93Copy full SHA for a408b93
action.yml
@@ -10,5 +10,5 @@ inputs:
10
runs:
11
using: composite
12
steps:
13
- - run: python3 update.py ${{ inputs.files }}
+ - run: python3 $GITHUB_ACTION_PATH/update.py ${{ inputs.files }}
14
shell: bash
0 commit comments