Update cirrus-actions/rebase action to v1.5
This commit is contained in:
parent
fb196bcc0b
commit
8fac2f4376
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
token: ${{ secrets.PAT_TOKEN }}
|
token: ${{ secrets.PAT_TOKEN }}
|
||||||
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
|
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
|
||||||
- name: Automatic Rebase
|
- name: Automatic Rebase
|
||||||
uses: cirrus-actions/rebase@1.4
|
uses: cirrus-actions/rebase@1.5
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user