Skip to content

Commit 2aaec76

Browse files
committed
tmp: Add logging
1 parent 3e6b80b commit 2aaec76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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/.github/actions
3234
cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
3335
ls -ltra /home/runner/work/_actions/current/.github/actions

0 commit comments

Comments
 (0)