workflows/dispatch-rebottle: debug upload.

master
Mike McQuaid 2021-04-28 12:18:13 +01:00 committed by BrewTestBot
parent 2e9d55e3f6
commit 12daf5511c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
- run: brew test-bot --only-setup
- name: Run brew test-bot --only-json-tab --only-formulae
- name: Run brew test-bot --only-json-tab --only-formulae
env:
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
@ -150,7 +150,7 @@ jobs:
BREWTESTBOT_NAME_EMAIL: "BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>"
run: |
cd ~/bottles
brew pr-upload --verbose --committer="$BREWTESTBOT_NAME_EMAIL" --root-url="https://ghcr.io/v2/homebrew/core"
brew pr-upload --verbose --committer="$BREWTESTBOT_NAME_EMAIL" --root-url="https://ghcr.io/v2/homebrew/core" --debug
- name: Push commits
uses: Homebrew/actions/git-try-push@master