We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433602a commit 61eeea7Copy full SHA for 61eeea7
.github/actions/configure-goproxy/action.yml
@@ -21,7 +21,7 @@ runs:
21
id: configure-goproxy
22
shell: bash
23
run: |
24
- if [[ ! -z ${{ inputs.user }} ]] ||
+ if [[ -z ${{ inputs.user }} ]] ||
25
[[ ${{ github.event.pull_request.head.repo.fork }} ]] ||
26
[[ ${{ startsWith(github.head_ref, 'dependabot-')}} ]] ; then
27
echo "No Artifactory secrets available - using direct GOPROXY"
0 commit comments