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 6cdeab9 commit 8c104b4Copy full SHA for 8c104b4
sanitise-artifact-filenames/action.yml
@@ -12,3 +12,4 @@ runs:
12
steps:
13
- name: Sanitise filenames for GitHub Actions artifacts
14
run: python3 sanitise-artifact-filenames.py ${{ inputs.path }}
15
+ shell: bash
0 commit comments