Skip to content

Commit ced4a46

Browse files
authored
1 parent e7a85fb commit ced4a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtime-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
# Test this script using an issue in the local forked repo
6161
$issue = 'https://api.github.com/repos/dotnet/aspnetcore/issues/18943'
6262
$sendpr = .\aspnetcore\.github\workflows\ReportDiff.ps1
63-
echo "::set-output name=sendpr::$sendpr"
63+
echo "sendpr=$sendpr" >> $GITHUB_OUTPUT
6464
- name: Send PR
6565
if: steps.check.outputs.sendpr == 'true'
6666
# https://github.com/marketplace/actions/create-pull-request
67-
uses: dotnet/actions-create-pull-request@v3
67+
uses: dotnet/actions-create-pull-request@v4
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
path: .\aspnetcore

0 commit comments

Comments
 (0)