ci: update global workflows (#643)

This commit is contained in:
LizardByte-bot
2022-12-28 10:48:29 -05:00
committed by GitHub
parent f4a48f44e4
commit ad20572dde

View File

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