Skip to content

Commit 381b4ad

Browse files
committed
don't quote
1 parent b2d5dd7 commit 381b4ad

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
@@ -24,4 +24,4 @@ runs:
2424
FORCE_COLOR: 3
2525
INPUT: ${{ inputs.environment-paths }}
2626
run: |
27-
python minimum_versions.py "$(echo $INPUT)"
27+
python minimum_versions.py $(echo $INPUT)

0 commit comments

Comments
 (0)