Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Apr 17, 2024
1 parent 02921ca commit 976af5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
if: ${{ needs.check-mergeability.outputs.pr_branch_ref != '' }}
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4

- name: merge
run: gh pr merge ${{ github.event.workflow_run.head_branch }} --squash --delete-branch
env:
Expand Down

0 comments on commit 976af5f

Please sign in to comment.