.gitea/workflows/build.yml aktualisiert
Build Workflow / Build (push) Successful in 2m16s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 38s
Build Workflow / Deploy (push) Successful in 38s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 25s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 28s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Successful in 2m16s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 38s
Build Workflow / Deploy (push) Successful in 38s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 25s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 28s
Output Information / info (push) Successful in 6s
This commit is contained in:
@@ -38,11 +38,11 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
- uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha
|
||||
id: get-cache-hash
|
||||
with:
|
||||
patterns: |-
|
||||
**/package-lock.json
|
||||
with:
|
||||
path: |
|
||||
package-lock.json
|
||||
- name: Show key future key value
|
||||
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
|
||||
- name: Setup Chache
|
||||
@@ -81,11 +81,11 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- uses: actions/go-hashfiles@v0.0.1
|
||||
- uses: KEINOS/gh-action-hash-for-cache@v2.0.0-alpha
|
||||
id: get-cache-hash
|
||||
with:
|
||||
patterns: |-
|
||||
**/package-lock.json
|
||||
with:
|
||||
path: |
|
||||
package-lock.json
|
||||
- name: Show key future key value
|
||||
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
|
||||
- name: Setup Chache
|
||||
|
||||
Reference in New Issue
Block a user