Skip to content

Commit

Permalink
automerge-from-merge-queue: add debug output
Browse files Browse the repository at this point in the history
This isn't working as expected, so I need some debug output to see
what's happening.
  • Loading branch information
carlocab committed May 31, 2024
1 parent 9614dc1 commit 99bfae0
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 99bfae0

Please sign in to comment.