Skip to content

Commit 37e4882

Browse files
committed
typo in the policy input
1 parent 7650463 commit 37e4882

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
@@ -27,7 +27,7 @@ runs:
2727
env:
2828
COLUMNS: 120
2929
FORCE_COLOR: 3
30-
POLICY_PATH: ${{ inputs.policy-path }}
30+
POLICY_PATH: ${{ inputs.policy }}
3131
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
3232
run: |
3333
env | grep -i -e "environment"

0 commit comments

Comments
 (0)