From 657d30e15360465c4d968cf019409397e0592980 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Jan 2023 15:15:59 +0100 Subject: [PATCH] Fix auto merge condition --- .github/workflows/update-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index b551bfd..c4fd5bd 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -38,7 +38,7 @@ jobs: title: Update dependencies delete-branch: true - name: Enable auto merge - if: steps.cpr.outputs.pull-request-operation == 'created' + if: steps.create-pull-request.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v2 with: # Can't use the fine-grained token here because they don't have access to the GraphQL API.