Chris Ross пре 4 година
родитељ
комит
0aa82c3671
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/runtime-sync.yml

+ 1 - 1
.github/workflows/runtime-sync.yml

@@ -59,7 +59,7 @@ jobs:
     - name: Send PR
     - name: Send PR
       if: steps.check.outputs.changed == 'true'
       if: steps.check.outputs.changed == 'true'
       # https://github.com/marketplace/actions/create-pull-request
       # https://github.com/marketplace/actions/create-pull-request
-      uses: peter-evans/create-pull-request@v3
+      uses: dotnet/actions-create-pull-request@v3
       with:
       with:
         token: ${{ secrets.GITHUB_TOKEN }}
         token: ${{ secrets.GITHUB_TOKEN }}
         path: .\aspnetcore
         path: .\aspnetcore