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 a45662b commit b470c76Copy full SHA for b470c76
action.yaml
@@ -21,6 +21,7 @@ runs:
21
run: |
22
pwd
23
ls -l
24
+ ls -l envs/env1.yaml
25
ls -l ${{ join(fromJSON(inputs.environment-paths), ' ') }}
26
- name: analyze environments
27
shell: bash -l {0}
0 commit comments