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