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 a69e694 commit f7eb28cCopy full SHA for f7eb28c
.github/actions/gh-cache/cache/action.yml
@@ -30,6 +30,7 @@ runs:
30
run: |
31
mkdir -p /home/runner/work/_actions/current
32
cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
33
+ ls -ltra /home/runner/work/_actions/current
34
- name: Restore cached value
35
uses: ./../../_actions/current/.github/actions/gh-cache/restore
36
with:
action.yml
@@ -46,6 +46,7 @@ runs:
46
47
48
49
50
- name: Restore cached results
51
id: restore
52
uses: ./../../_actions/current/.github/actions/gh-cache/cache
0 commit comments