We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63d383 commit 11fa192Copy full SHA for 11fa192
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
cache: true
68
- name: echo env
69
if: runner.os == 'Windows'
70
- run: echo "${{ env.TITLE }}"
+ run: echo "$TITLE"
71
- env:
72
CGO_ENABLED: "0"
73
run: go test -v ./...
0 commit comments