workflows/dispatch-rebottle: debug upload.
parent
2e9d55e3f6
commit
12daf5511c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue