Skip to content

Commit 746ab51

Browse files
committed
select validation
1 parent 0e5c4a6 commit 746ab51

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-
PYTHONPATH=${{github.action_path}} python -m minimum_versions --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
41+
PYTHONPATH=${{github.action_path}} python -m minimum_versions validate --today="$TODAY" --policy="$POLICY_PATH" $ENVIRONMENT_PATHS

0 commit comments

Comments
 (0)