Skip to content

Commit 7ba4d97

Browse files
committed
remove quotes from variable assignment
1 parent ba3453a commit 7ba4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
GOPROXY_VALUE=https://proxy.golang.org,direct
5757
if [ "${{ github.ref_name }}" = "${{ github.event.repository.default_branch }}" ] || [[ "${{ github.ref_name }}" =~ "release-" ]]; then
58-
"GOPROXY_VALUE=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}"
58+
GOPROXY_VALUE=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}
5959
fi
6060
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
6161

0 commit comments

Comments
 (0)