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 81cd671 commit 3e6b80bCopy full SHA for 3e6b80b
.github/actions/gh-cache/cache/action.yml
@@ -29,7 +29,7 @@ runs:
29
shell: bash
30
run: |
31
mkdir -p /home/runner/work/_actions/current/.github/actions
32
- cp -Rf .github/actions/* /home/runner/work/_actions/current/.github/actions
+ cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
33
ls -ltra /home/runner/work/_actions/current/.github/actions
34
- name: Restore cached value
35
uses: ./../../_actions/current/.github/actions/gh-cache/restore
0 commit comments