Skip to content

Commit 3e6b80b

Browse files
committed
fix: Copy .github/actions directory contents
1 parent 81cd671 commit 3e6b80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
run: |
3131
mkdir -p /home/runner/work/_actions/current/.github/actions
32-
cp -Rf .github/actions/* /home/runner/work/_actions/current/.github/actions
32+
cp -Rf ../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
3333
ls -ltra /home/runner/work/_actions/current/.github/actions
3434
- name: Restore cached value
3535
uses: ./../../_actions/current/.github/actions/gh-cache/restore

0 commit comments

Comments
 (0)