ci: update the 'rebase' github action
This fixes a bug where rebasing wouldn't trigger branch checks again.
This commit is contained in:
parent
7c64435b33
commit
ed4e065bc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
|
@ -13,6 +13,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Automatic Rebase
|
||||
uses: cirrus-actions/rebase@1.3.1
|
||||
uses: cirrus-actions/rebase@1.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue