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 4ed7d59 commit 7650463Copy full SHA for 7650463
action.yaml
@@ -30,5 +30,6 @@ runs:
30
POLICY_PATH: ${{ inputs.policy-path }}
31
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
32
run: |
33
- env
+ env | grep -i -e "environment"
34
+ env | grep -i -e "policy"
35
python minimum_versions.py --policy="$POLICY_PATH" $ENVIRONMENT_PATHS
0 commit comments