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 2aaec76 commit ec368b7Copy full SHA for ec368b7
.github/actions/gh-cache/cache/action.yml
@@ -28,10 +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/.github/actions
34
- cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
+ cp -Rf ../../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
35
ls -ltra /home/runner/work/_actions/current/.github/actions
36
- name: Restore cached value
37
uses: ./../../_actions/current/.github/actions/gh-cache/restore
0 commit comments