Skip to content

Commit c6af80d

Browse files
committed
Use magic path to action in sanitise-artifact-filenames
I tested this, but somehow lost it when making a PR 🤦.
1 parent 8c104b4 commit c6af80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitise-artifact-filenames/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ runs:
1111
using: composite
1212
steps:
1313
- name: Sanitise filenames for GitHub Actions artifacts
14-
run: python3 sanitise-artifact-filenames.py ${{ inputs.path }}
14+
run: python3 ${{ github.action_path }}/sanitise-artifact-filenames.py ${{ inputs.path }}
1515
shell: bash

0 commit comments

Comments
 (0)