Skip to content

Commit ba2e43e

Browse files
committed
don't echo empty variable
1 parent 6d2cf16 commit ba2e43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
else
110110
echo "go_proxy=https://proxy.golang.org,direct" >> $GITHUB_OUTPUT
111111
fi
112-
echo "go_proxy=${go_proxy}" >> $GITHUB_OUTPUT
113112
./.github/scripts/variables.sh go_code_md5 >> $GITHUB_OUTPUT
114113
./.github/scripts/variables.sh docker_md5 >> $GITHUB_OUTPUT
115114
./.github/scripts/variables.sh build_tag >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)