From f9e28060368c5d3bc7495c3b28274d459d0a301e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 8 May 2024 09:58:59 -0400 Subject: [PATCH] Update .github/workflows/publish-commit-bottles.yml Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- .github/workflows/publish-commit-bottles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index ddb2193ae5b8d..5861c40965336 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -348,7 +348,8 @@ jobs: HOMEBREW_GITHUB_PACKAGES_USER: brewtestbot HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{secrets.HOMEBREW_CORE_GITHUB_PACKAGES_TOKEN}} run: | - # Don't quote arguments that might be empty; this causes errors. + # Don't quote arguments that might be empty; this causes errors when `brew` + # interprets them as empty arguments when we want `brew` to ignore them instead. brew pr-upload \ --debug \ --committer="$BREWTESTBOT_NAME_EMAIL" \