From 3c2fbf698bd99aea641ad9eb893c8f4c8649a8f2 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 17 Jun 2021 08:49:26 -0700 Subject: [PATCH 1/2] Update runtime-sync.yml --- .github/workflows/runtime-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml index 816e250f9e24..41993ec66dc3 100644 --- a/.github/workflows/runtime-sync.yml +++ b/.github/workflows/runtime-sync.yml @@ -59,7 +59,7 @@ jobs: - name: Send PR if: steps.check.outputs.changed == 'true' # https://github.com/marketplace/actions/create-pull-request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@9825ae65b1cb54b543b938503728b432a0176d29 with: token: ${{ secrets.GITHUB_TOKEN }} path: .\aspnetcore From ca61f160b44289e77c85887beaad68603957a3d9 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 17 Jun 2021 10:29:45 -0700 Subject: [PATCH 2/2] Update runtime-sync.yml Switch to in-org action --- .github/workflows/runtime-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml index 41993ec66dc3..ed6b93f1bedc 100644 --- a/.github/workflows/runtime-sync.yml +++ b/.github/workflows/runtime-sync.yml @@ -59,7 +59,7 @@ jobs: - name: Send PR if: steps.check.outputs.changed == 'true' # https://github.com/marketplace/actions/create-pull-request - uses: peter-evans/create-pull-request@9825ae65b1cb54b543b938503728b432a0176d29 + uses: dotnet/actions-create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} path: .\aspnetcore