.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

This commit is contained in:
2023-07-28 22:25:30 +02:00
parent d106784b0b
commit e81e606dda
+8 -8
View File
@@ -38,11 +38,11 @@ jobs:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '1.20' 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 id: get-cache-hash
with: with:
patterns: |- path: |
**/package-lock.json package-lock.json
- name: Show key future key value - name: Show key future key value
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}" run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
- name: Setup Chache - name: Setup Chache
@@ -81,11 +81,11 @@ jobs:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '1.20' 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 id: get-cache-hash
with: with:
patterns: |- path: |
**/package-lock.json package-lock.json
- name: Show key future key value - name: Show key future key value
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}" run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
- name: Setup Chache - name: Setup Chache