.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 34s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 30s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 26s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 24s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Successful in 58s
Build Workflow / Deploy (push) Failing after 9s
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 34s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 30s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 26s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 24s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Successful in 58s
Build Workflow / Deploy (push) Failing after 9s
This commit is contained in:
@@ -38,7 +38,8 @@ jobs:
|
|||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
- uses: seepine/hash-files@v1
|
#- uses: seepine/hash-files@v1
|
||||||
|
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||||
id: get-cache-hash
|
id: get-cache-hash
|
||||||
with:
|
with:
|
||||||
patterns: |-
|
patterns: |-
|
||||||
@@ -81,7 +82,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: seepine/hash-files@v1
|
#- uses: seepine/hash-files@v1
|
||||||
|
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||||
id: get-cache-hash
|
id: get-cache-hash
|
||||||
with:
|
with:
|
||||||
patterns: |-
|
patterns: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user