Skip to content

Commit 8c104b4

Browse files
committed
Add missing shell property in sanitise-artifact-filenames action
1 parent 6cdeab9 commit 8c104b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sanitise-artifact-filenames/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ runs:
1212
steps:
1313
- name: Sanitise filenames for GitHub Actions artifacts
1414
run: python3 sanitise-artifact-filenames.py ${{ inputs.path }}
15+
shell: bash

0 commit comments

Comments
 (0)