Skip to content

Commit f7eb28c

Browse files
committed
tmp: Add logging
1 parent a69e694 commit f7eb28c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
run: |
3131
mkdir -p /home/runner/work/_actions/current
3232
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
33+
ls -ltra /home/runner/work/_actions/current
3334
- name: Restore cached value
3435
uses: ./../../_actions/current/.github/actions/gh-cache/restore
3536
with:

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ runs:
4646
run: |
4747
mkdir -p /home/runner/work/_actions/current
4848
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
49+
ls -ltra /home/runner/work/_actions/current
4950
- name: Restore cached results
5051
id: restore
5152
uses: ./../../_actions/current/.github/actions/gh-cache/cache

0 commit comments

Comments
 (0)