From ad20572dde4b721ce9b10dfa7a7c390c39d8581c Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Wed, 28 Dec 2022 10:48:29 -0500 Subject: [PATCH] ci: update global workflows (#643) --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 83afbc3a..b1ebbb6b 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -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 }}