Skip to content

Commit 7751aa6

Browse files
committed
tmp: Add logging
1 parent f7eb28c commit 7751aa6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/gh-cache/cache/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ runs:
2828
working-directory: ${{ github.action_path }}
2929
shell: bash
3030
run: |
31+
pwd
32+
ls -ltra .
3133
mkdir -p /home/runner/work/_actions/current
3234
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
3335
ls -ltra /home/runner/work/_actions/current

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ runs:
4444
working-directory: ${{ github.action_path }}
4545
shell: bash
4646
run: |
47+
pwd
48+
ls -ltra .
4749
mkdir -p /home/runner/work/_actions/current
4850
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
4951
ls -ltra /home/runner/work/_actions/current

0 commit comments

Comments
 (0)