mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-04-28 04:15:33 +02:00
Checkout before auto merge
This commit is contained in:
parent
aa392f2a64
commit
2ae3ee74b3
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]'
|
||||
)
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Auto merge
|
||||
run: gh pr merge ${{github.event.pull_request.number}} --delete-branch --rebase
|
||||
|
|
Loading…
Add table
Reference in a new issue