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 3e6b80b commit 2aaec76Copy full SHA for 2aaec76
.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/.github/actions
34
cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
35
ls -ltra /home/runner/work/_actions/current/.github/actions
0 commit comments