Skip to content

Commit 74d9633

Browse files
committed
prefix with github.action_path
1 parent af493cb commit 74d9633

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
@@ -38,4 +38,4 @@ runs:
3838
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
3939
TODAY: ${{ inputs.today }}
4040
run: |
41-
python minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
41+
python ${{ github.action_path }}/minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS

0 commit comments

Comments
 (0)