Skip to content

Commit 0f6c4f4

Browse files
committed
Action cache
1 parent 482d2fd commit 0f6c4f4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

action.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,19 @@ runs:
1616
steps:
1717
- shell: bash
1818
run: |
19-
mkdir _sdc
19+
mkdir ./_sdc
2020
cp -r ${{ github.action_path }} ./_sdc
21+
cd ./_sdc
22+
ls
23+
cd -
24+
2125
22-
- uses: actions/cache@v3
23-
with:
24-
path: |
25-
_sdc/.build
26-
_sdc/node_modules
27-
key: ${{ runner.os }}-action-${{ hashFiles('**/_sdc/Package.resolved', '**/_sdc/package-lock.json') }}#
26+
# - uses: actions/cache@v3
27+
# with:
28+
# path: |
29+
# _sdc/.build
30+
# _sdc/node_modules
31+
# key: ${{ runner.os }}-action-${{ hashFiles('**/_sdc/Package.resolved', '**/_sdc/package-lock.json') }}#
2832

2933
- shell: bash
3034
run: |

0 commit comments

Comments
 (0)