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 0e5c4a6 commit 746ab51Copy full SHA for 746ab51
action.yaml
@@ -38,4 +38,4 @@ runs:
38
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
39
TODAY: ${{ inputs.today }}
40
run: |
41
- PYTHONPATH=${{github.action_path}} python -m minimum_versions --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
+ PYTHONPATH=${{github.action_path}} python -m minimum_versions validate --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
0 commit comments