Skip to content

Commit 482d2fd

Browse files
committed
Action cache
1 parent 581c4f7 commit 482d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- shell: bash
1818
run: |
1919
mkdir _sdc
20-
cp -r ${{ github.action_path }} _sdc
20+
cp -r ${{ github.action_path }} ./_sdc
2121
2222
- uses: actions/cache@v3
2323
with:

0 commit comments

Comments
 (0)