Skip to content

Commit

Permalink
Merge pull request #171201 from woodruffw-forks/ww/fix-upload
Browse files Browse the repository at this point in the history
publish-commit-bottles: remove PR positional arg
  • Loading branch information
chenrui333 committed May 8, 2024
2 parents 0912ebd + 0f3a350 commit be4c4f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ jobs:
--debug \
--committer="$BREWTESTBOT_NAME_EMAIL" \
--root-url="https://ghcr.io/v2/homebrew/core" \
${{inputs.warn_on_upload_failure && '--warn-on-upload-failure' || ''}} \
"$PR"
${{inputs.warn_on_upload_failure && '--warn-on-upload-failure' || ''}}
echo "head_sha=$(git -C "$REPO_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit be4c4f1

Please sign in to comment.