workflows: pr-pull --debug

master
Dawid Dziurla 2020-07-29 17:43:31 +02:00 committed by GitHub
parent 516fdfa3cf
commit 9f4823ccca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
HOMEBREW_BINTRAY_USER: brewtestbot
HOMEBREW_BINTRAY_KEY: ${{secrets.HOMEBREW_BINTRAY_KEY}}
run: brew pr-pull --verbose ${{github.event.inputs.pull_request}}
run: brew pr-pull --debug ${{github.event.inputs.pull_request}}
- name: Push commits
uses: Homebrew/actions/git-try-push@master