From c48756707e3b49993c6350389954e4cb75f79c1c Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Thu, 13 May 2021 13:31:25 -0700 Subject: [PATCH] Update repo-sync/pull-request ref to version that outputs pr_number --- .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 c7546b4dac11..a265a86f626b 100644 --- a/.github/workflows/updateProtectedBranch.yml +++ b/.github/workflows/updateProtectedBranch.yml @@ -57,7 +57,7 @@ jobs: - name: Create Pull Request id: createPullRequest # Version: 2.4.3 - uses: repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d + uses: repo-sync/pull-request@65194d8015be7624d231796ddee1cd52a5023cb3 with: source_branch: ${{ env.HEAD_BRANCH }} destination_branch: ${{ github.event.inputs.TARGET_BRANCH }}