We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401906 commit b47716cCopy full SHA for b47716c
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
mkdir D:\gotmp
56
- name: Deploy using stored timestamp
57
run: |
58
- echo "Deploying at $GOMODCACHE $COLOUR"
+ echo "Deploying at $GOMODCACHE '${{ env.COLOUR }}'"
59
- uses: actions/setup-go@v5
60
with:
61
go-version-file: go.mod
0 commit comments