Skip to content

Commit 7650463

Browse files
committed
more extensive debugging
1 parent 4ed7d59 commit 7650463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ runs:
3030
POLICY_PATH: ${{ inputs.policy-path }}
3131
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
3232
run: |
33-
env
33+
env | grep -i -e "environment"
34+
env | grep -i -e "policy"
3435
python minimum_versions.py --policy="$POLICY_PATH" $ENVIRONMENT_PATHS

0 commit comments

Comments
 (0)