Skip to content

Commit a45662b

Browse files
committed
show the status of the current dir
1 parent 5bb582c commit a45662b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ runs:
1616
shell: bash -l {0}
1717
run: |
1818
python -m pip install -r requirements.txt
19+
- name: show files
20+
shell: bash -l {0}
21+
run: |
22+
pwd
23+
ls -l
24+
ls -l ${{ join(fromJSON(inputs.environment-paths), ' ') }}
1925
- name: analyze environments
2026
shell: bash -l {0}
2127
run: |

0 commit comments

Comments
 (0)