Skip to content

Commit b2d5dd7

Browse files
committed
try going through a environment variable
1 parent 39f908c commit b2d5dd7

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
@@ -22,5 +22,6 @@ runs:
2222
env:
2323
COLUMNS: 120
2424
FORCE_COLOR: 3
25+
INPUT: ${{ inputs.environment-paths }}
2526
run: |
26-
python minimum_versions.py "${{ inputs.environment-paths }}"
27+
python minimum_versions.py "$(echo $INPUT)"

0 commit comments

Comments
 (0)