chore: CI: fix rebase command

This commit is contained in:
Sebastian Ullrich 2024-08-07 14:05:00 +02:00 committed by GitHub
parent 84d45deb10
commit 490a2b4bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}