Skip to content

Commit 5c9bf97

Browse files
committed
fix wording
1 parent 74fd3b7 commit 5c9bf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
username: ${{ vars.DOCKERHUB_USERNAME }}
322322
password: ${{ secrets.DOCKERHUB_TOKEN }}
323323
if: ${{ (github.event_name == 'merge_group' || (github.event.pull_request && (github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR'))) }}
324-
# this docker auth is only exclusively for higher rate limits. continue unauthenticated if this fails
324+
# this docker auth is exclusively for higher rate limits. continue unauthenticated if it fails
325325
continue-on-error: true
326326

327327

0 commit comments

Comments
 (0)