Skip to content

Commit

Permalink
Merge pull request Homebrew#173320 from Homebrew/debug-automerge
Browse files Browse the repository at this point in the history
automerge-from-merge-queue: add debug output
  • Loading branch information
carlocab authored May 31, 2024
2 parents ed94ce0 + 99bfae0 commit 4c07a4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/automerge-from-merge-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ env:
GH_PROMPT_DISABLED: 1

jobs:
debug:
runs-on: ubuntu-latest
if: always()
steps:
- run: |
echo "workflow_run.conclusion = ${{ github.event.workflow_run.conclusion }}"
echo "workflow_run.event = ${{ github.event.workflow_run.event }}"
status-check:
runs-on: ubuntu-latest
if: >
Expand Down

0 comments on commit 4c07a4d

Please sign in to comment.