We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cbf70 commit e6dcb39Copy full SHA for e6dcb39
.github/actions/configure-goproxy/action.yml
@@ -24,8 +24,8 @@ runs:
24
if [[ -z "${{ inputs.user }}" ]] || \
25
[[ -z "${{ inputs.token }}" ]] || \
26
[[ -z "${{ inputs.url }}" ]] || \
27
- [[ "${{ github.event.pull_request.head.repo.fork" }} == 'true' ]] ||
28
- [[ ${{ startsWith(github.head_ref, 'dependabot-')}} == 'true' ]] ; then
+ [[ "${{ github.event.pull_request.head.repo.fork }}" == 'true' ]] ||
+ [[ "${{ startsWith(github.head_ref, 'dependabot-')}}" == 'true' ]] ; then
29
echo "No Artifactory secrets available - using direct GOPROXY"
30
GOPROXY_VALUE="direct"
31
else
0 commit comments