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 af493cb commit e2ac8ffCopy full SHA for e2ac8ff
action.yaml
@@ -38,4 +38,4 @@ runs:
38
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
39
TODAY: ${{ inputs.today }}
40
run: |
41
- python minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
+ python ${{ github.action_path }}/minimum_versions.py --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
0 commit comments