Skip to content

Commit 67f8e49

Browse files
committed
fix path of minimum_versions.py script
1 parent 030aa3c commit 67f8e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
FORCE_COLOR: 3
2525
INPUT: ${{ inputs.environment-paths }}
2626
run: |
27-
python minimum_versions.py $(echo $INPUT)
27+
python ${{ github.action_path }}/minimum_versions.py $(echo $INPUT)

0 commit comments

Comments
 (0)