We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f908c commit b2d5dd7Copy full SHA for b2d5dd7
action.yaml
@@ -22,5 +22,6 @@ runs:
22
env:
23
COLUMNS: 120
24
FORCE_COLOR: 3
25
+ INPUT: ${{ inputs.environment-paths }}
26
run: |
- python minimum_versions.py "${{ inputs.environment-paths }}"
27
+ python minimum_versions.py "$(echo $INPUT)"
0 commit comments