Skip to content

Commit e6dcb39

Browse files
committed
missing quotes
1 parent 60cbf70 commit e6dcb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/configure-goproxy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ runs:
2424
if [[ -z "${{ inputs.user }}" ]] || \
2525
[[ -z "${{ inputs.token }}" ]] || \
2626
[[ -z "${{ inputs.url }}" ]] || \
27-
[[ "${{ github.event.pull_request.head.repo.fork" }} == 'true' ]] ||
28-
[[ ${{ startsWith(github.head_ref, 'dependabot-')}} == 'true' ]] ; then
27+
[[ "${{ github.event.pull_request.head.repo.fork }}" == 'true' ]] ||
28+
[[ "${{ startsWith(github.head_ref, 'dependabot-')}}" == 'true' ]] ; then
2929
echo "No Artifactory secrets available - using direct GOPROXY"
3030
GOPROXY_VALUE="direct"
3131
else

0 commit comments

Comments
 (0)