chore: CI: fix rebase command
This commit is contained in:
parent
84d45deb10
commit
490a2b4bf9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rebase-on-comment.yml
vendored
2
.github/workflows/rebase-on-comment.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '!rebase') && github.event.comment.user.login == github.event.issue.user.login
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Rebase PR branch onto base branch
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue