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 8c104b4 commit c6af80dCopy full SHA for c6af80d
sanitise-artifact-filenames/action.yml
@@ -11,5 +11,5 @@ runs:
11
using: composite
12
steps:
13
- name: Sanitise filenames for GitHub Actions artifacts
14
- run: python3 sanitise-artifact-filenames.py ${{ inputs.path }}
+ run: python3 ${{ github.action_path }}/sanitise-artifact-filenames.py ${{ inputs.path }}
15
shell: bash
0 commit comments