ci: update global workflows (#643)
This commit is contained in:
parent
f4a48f44e4
commit
ad20572dde
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autoupdate.yml
vendored
2
.github/workflows/autoupdate.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
>> $GITHUB_OUTPUT
|
||||
|
||||
- name: rebase
|
||||
if: ${{ steps.label.outputs.central_dep == false }}
|
||||
if: ${{ steps.label.outputs.central_dep == 'false' }}
|
||||
uses: "bbeesley/gha-auto-dependabot-rebase@v1.2.0"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue