We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3453a commit 7ba4d97Copy full SHA for 7ba4d97
.github/workflows/renovate-build.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
GOPROXY_VALUE=https://proxy.golang.org,direct
57
if [ "${{ github.ref_name }}" = "${{ github.event.repository.default_branch }}" ] || [[ "${{ github.ref_name }}" =~ "release-" ]]; then
58
- "GOPROXY_VALUE=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}"
+ GOPROXY_VALUE=${{ secrets.ARTIFACTORY_DEV_ENDPOINT }}
59
fi
60
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
61
0 commit comments