CI: fix core and bottle reference (#122474)

This commit is contained in:
Sean Molenaar 2022-04-25 21:28:03 +02:00 committed by GitHub
parent 8276e9e4ec
commit cf0f5b9e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ jobs:
env:
BREWTESTBOT_NAME_EMAIL: "BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>"
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_CORE_PUBLIC_REPO_EMAIL_TOKEN}}
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_CASK_PUBLIC_REPO_EMAIL_TOKEN}}
run: brew pr-pull --debug --workflows=ci.yml --committer="$BREWTESTBOT_NAME_EMAIL" --tap homebrew/cask ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}}
- name: Push commits
@ -93,7 +93,7 @@ jobs:
with:
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
issue: ${{github.event.inputs.pull_request}}
body: ":warning: @${{github.actor}} bottle [failed](${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})."
body: ":warning: @${{github.actor}} merge [failed](${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})."
bot_body: ":warning: Publish [failed](${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})."
bot: BrewTestBot
@ -103,7 +103,7 @@ jobs:
with:
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
pr: ${{github.event.inputs.pull_request}}
message: "bottle publish failed"
message: "merge failed"
# Workaround until the `cache` action uses the changes from
# https://github.com/actions/toolkit/pull/580.