修复不同job取outputs
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 11s
Gitea Actions Demo / setup (push) Successful in 12s
Gitea Actions Demo / test (push) Failing after 3s
Gitea Actions Demo / build (push) Failing after 4s

This commit is contained in:
seepine 2023-08-02 09:20:07 +08:00
parent e85eceebbf
commit 5e083ecea9

View File

@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ needs.setup.get-hash.outputs.hash }}
key: ${{ runner.os }}-yarn-${{ setup.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-${{ needs.setup.get-hash.outputs.hash }}
key: ${{ runner.os }}-yarn-${{ setup.get-hash.outputs.hash }}
- name: Dependent installation
run: yarn install