We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eb28c commit 7751aa6Copy full SHA for 7751aa6
.github/actions/gh-cache/cache/action.yml
@@ -28,6 +28,8 @@ runs:
28
working-directory: ${{ github.action_path }}
29
shell: bash
30
run: |
31
+ pwd
32
+ ls -ltra .
33
mkdir -p /home/runner/work/_actions/current
34
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
35
ls -ltra /home/runner/work/_actions/current
action.yml
@@ -44,6 +44,8 @@ runs:
44
45
46
47
48
49
50
51
0 commit comments