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 5773e7c commit a2b494cCopy full SHA for a2b494c
action.yaml
@@ -24,4 +24,4 @@ runs:
24
- name: analyze environments
25
shell: bash -l {0}
26
run: |
27
- python minimum_versions.py "${{ fromJSON(inputs.environment-paths) }}"
+ python minimum_versions.py ${{ fromJSON(inputs.environment-paths) }}
0 commit comments