Skip to content

Commit 921f322

Browse files
committed
Action cache
1 parent 0f6c4f4 commit 921f322

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

action.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ runs:
1616
steps:
1717
- shell: bash
1818
run: |
19-
mkdir ./_sdc
20-
cp -r ${{ github.action_path }} ./_sdc
21-
cd ./_sdc
19+
cd ${{ github.action_path }}
20+
ls
21+
cd -
22+
23+
mkdir _sdc
24+
cp -rf ${{ github.action_path }} _sdc
25+
cd _sdc
2226
ls
2327
cd -
2428

0 commit comments

Comments
 (0)