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 image: offline-twitter/go
volumes: volumes:
- woodpecker-gocache:/go-cache-volume - woodpecker-gocache:/go-cache-volume
environment: env:
- GOPATH=/go-cache-volume GOPATH: /go-cache-volume
- GOCACHE=/go-cache-volume/build-cache GOCACHE: /go-cache-volume/build-cache
steps: steps:
- name: checkout - name: checkout
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }} uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}