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 b2d5dd7 commit 381b4adCopy full SHA for 381b4ad
action.yaml
@@ -24,4 +24,4 @@ runs:
24
FORCE_COLOR: 3
25
INPUT: ${{ inputs.environment-paths }}
26
run: |
27
- python minimum_versions.py "$(echo $INPUT)"
+ python minimum_versions.py $(echo $INPUT)
0 commit comments