Compare commits

..

2 commits

Author SHA1 Message Date
71611796dd
chore(ods): add README
Some checks failed
/ fmt (push) Successful in 9s
/ test (push) Successful in 10s
/ build (push) Failing after 6s
2025-03-13 00:28:47 +01:00
64c0d5a297
chore(tooling): add forgejo actions workflow 2025-03-13 00:28:34 +01:00

View file

@ -34,7 +34,7 @@ jobs:
with:
go-version-file: 'go.mod'
- run: |
printf '%s' "$GIT_CRYPT_SECRET" | base64 -d > secret
printf '%s' "$GIT_CRYPT_SECRET" > secret
git-crypt unlock secret
make build
env: