Skip to content

Commit 11fa192

Browse files
authored
Update ci.yml
1 parent c63d383 commit 11fa192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache: true
6868
- name: echo env
6969
if: runner.os == 'Windows'
70-
run: echo "${{ env.TITLE }}"
70+
run: echo "$TITLE"
7171
- env:
7272
CGO_ENABLED: "0"
7373
run: go test -v ./...

0 commit comments

Comments
 (0)