Skip to content

Commit d017bce

Browse files
committed
Action cache
1 parent a3a74fb commit d017bce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ runs:
1616
steps:
1717
- shell: bash
1818
run: |
19-
cd ${{ github.action_path }}
20-
ls
21-
cd -
22-
2319
mkdir _sdc
24-
cp -rv ${{ github.action_path }} _sdc
20+
cp -r ${{ github.action_path }}/* _sdc
2521
cd _sdc
2622
ls
2723
cd -
@@ -37,7 +33,6 @@ runs:
3733
- shell: bash
3834
run: |
3935
cd _sdc
40-
ls
4136
make install
4237
npm install
4338
cd -

0 commit comments

Comments
 (0)