更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 43s
Gitea Actions Demo / test (push) Failing after 3s
Gitea Actions Demo / build (push) Failing after 3s
Gitea Actions Demo / setup (push) Failing after 14s

This commit is contained in:
huanghs 2023-08-01 23:51:09 +08:00
parent 3d5f8c3f12
commit 1082c51410

View File

@ -28,9 +28,9 @@ jobs:
with:
patterns: '**/yarn.lock'
- run: echo ${{ steps.get-hash.outputs.hash }}
- run: echo "${{ steps.get-hash.outputs.hash }}"
- run: echo ${{ runner.os }}
- run: echo "${{ runner.os }}"
- name: Cache node modules
uses: actions/cache@v3