Skip to content

Commit

Permalink
add print-debug-info job to automerge workflow (#6880)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik authored Jul 25, 2022
1 parent d4d2158 commit 87ad48b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
workflows:
- "ci"
jobs:
print-debug-info:
name: Print debug info
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

automerge:
name: Automerge
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87ad48b

Please sign in to comment.