Skip to content

Commit ec368b7

Browse files
committed
fix: Copy .github/actions directory contents
1 parent 2aaec76 commit ec368b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/gh-cache/cache/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ runs:
2828
working-directory: ${{ github.action_path }}
2929
shell: bash
3030
run: |
31-
pwd
32-
ls -ltra ../../../
3331
mkdir -p /home/runner/work/_actions/current/.github/actions
34-
cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
32+
cp -Rf ../../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
3533
ls -ltra /home/runner/work/_actions/current/.github/actions
3634
- name: Restore cached value
3735
uses: ./../../_actions/current/.github/actions/gh-cache/restore

0 commit comments

Comments
 (0)