ci: fix ref to local workflows
CI / install-dependencies (pull_request) Successful in 15s
CI / image check (pull_request) Failing after 5s
CI / check lint (pull_request) Failing after 11s
CI / check format (pull_request) Successful in 1m4s
CI / test (pull_request) Successful in 1m22s
CI / build check (pull_request) Successful in 5m49s

This commit is contained in:
2026-05-16 20:15:46 +02:00
parent 6a9cefbaf3
commit 6b6a56822b
4 changed files with 33 additions and 58 deletions
-1
View File
@@ -14,4 +14,3 @@ runs:
id: hash-go
run: |
echo "hash=$(sha256sum go.mod go.sum | sha256sum | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
echo "hash=$hash" >> "$GITHUB_OUTPUT"