diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml index 816e250f9e24..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@v3 + uses: dotnet/actions-create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} path: .\aspnetcore