Skip to content

Commit 63734e8

Browse files
committed
directly use the input
1 parent 44dfa5a commit 63734e8

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
@@ -28,6 +28,6 @@ runs:
2828
COLUMNS: 120
2929
FORCE_COLOR: 3
3030
POLICY_PATH: ${{ inputs.policy-path }}
31-
ENVIRONMENT_PATHS: ${{ join(fromJSON(inputs.environment-paths), ' ') }}
31+
ENVIRONMENT_PATHS: ${{ inputs.environment-paths }}
3232
run: |
3333
python minimum_versions.py --policy="$POLICY_PATH" $ENVIRONMENT_PATHS

0 commit comments

Comments
 (0)