From 093222fe89b0b3dbf708513f21bdfe556a8a8706 Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Thu, 13 May 2021 14:28:59 -0700 Subject: [PATCH] Wrong argument name give to automerge-action --- .github/workflows/updateProtectedBranch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateProtectedBranch.yml b/.github/workflows/updateProtectedBranch.yml index fe3338e8914e..c3ff02a6f005 100644 --- a/.github/workflows/updateProtectedBranch.yml +++ b/.github/workflows/updateProtectedBranch.yml @@ -102,7 +102,7 @@ jobs: uses: pascalgn/automerge-action@39d831e1bb389bd242626bc25d4060064a97181c env: GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }} - PULL_REQUEST_NUMBER: ${{ steps.createPullRequest.outputs.pr_number }} + PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }} # This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all # the other workflows with the same change