更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
3d5f8c3f12
commit
1082c51410
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user