Skip to content

Commit f35f7a6

Browse files
committed
remove debug step
1 parent 7cd86c1 commit f35f7a6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

action.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ runs:
1717
shell: bash -l {0}
1818
run: |
1919
python -m pip install -r requirements.txt
20-
- name: show files
21-
shell: bash -l {0}
22-
run: |
23-
pwd
24-
ls -l
25-
ls -l envs/env1.yaml
26-
ls -l envs/
27-
ls -l ${{ join(fromJSON(inputs.environment-paths), ' ') }}
2820
- name: analyze environments
2921
shell: bash -l {0}
3022
env:

0 commit comments

Comments
 (0)