fix
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 17s
Gitea Actions Demo / setup (push) Successful in 15s
Gitea Actions Demo / test (push) Failing after 24s
Gitea Actions Demo / build (push) Failing after 25s

This commit is contained in:
seepine 2023-08-02 09:21:30 +08:00
parent 5e083ecea9
commit 0530d64dbf

View File

@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ setup.get-hash.outputs.hash }}
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
- name: Dependent installation
run: yarn install
@ -65,7 +65,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ setup.get-hash.outputs.hash }}
key: ${{ runner.os }}-yarn-${{ setup.steps.get-hash.outputs.hash }}
- name: Dependent installation
run: yarn install