Fix env var syntax
Some checks failed
Self Test / test (push) Has been cancelled

This commit is contained in:
wispem-wantex 2025-06-07 06:59:39 -04:00
parent c5c566f85c
commit cc08cf2ee9

View File

@ -8,9 +8,9 @@ jobs:
image: offline-twitter/go
volumes:
- woodpecker-gocache:/go-cache-volume
environment:
- GOPATH=/go-cache-volume
- GOCACHE=/go-cache-volume/build-cache
env:
GOPATH: /go-cache-volume
GOCACHE: /go-cache-volume/build-cache
steps:
- name: checkout
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}