mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Checkout before auto merge
This commit is contained in:
parent
a6df11e85d
commit
49a803cdf9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -51,5 +51,7 @@ jobs:
|
||||||
|| github.event.pull_request.user.login == 'pre-commit-ci[bot]'
|
|| github.event.pull_request.user.login == 'pre-commit-ci[bot]'
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Auto merge
|
- name: Auto merge
|
||||||
run: gh pr merge ${{github.event.pull_request.number}} --delete-branch --rebase
|
run: gh pr merge ${{github.event.pull_request.number}} --delete-branch --rebase
|
||||||
|
|
Loading…
Reference in a new issue