We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968e667 commit 0aa82c3Copy full SHA for 0aa82c3
.github/workflows/runtime-sync.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Send PR
60
if: steps.check.outputs.changed == 'true'
61
# https://github.com/marketplace/actions/create-pull-request
62
- uses: peter-evans/create-pull-request@v3
+ uses: dotnet/actions-create-pull-request@v3
63
with:
64
token: ${{ secrets.GITHUB_TOKEN }}
65
path: .\aspnetcore
0 commit comments