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.
set-output
1 parent e7a85fb commit ced4a46Copy full SHA for ced4a46
.github/workflows/runtime-sync.yml
@@ -60,11 +60,11 @@ jobs:
60
# Test this script using an issue in the local forked repo
61
$issue = 'https://api.github.com/repos/dotnet/aspnetcore/issues/18943'
62
$sendpr = .\aspnetcore\.github\workflows\ReportDiff.ps1
63
- echo "::set-output name=sendpr::$sendpr"
+ echo "sendpr=$sendpr" >> $GITHUB_OUTPUT
64
- name: Send PR
65
if: steps.check.outputs.sendpr == 'true'
66
# https://github.com/marketplace/actions/create-pull-request
67
- uses: dotnet/actions-create-pull-request@v3
+ uses: dotnet/actions-create-pull-request@v4
68
with:
69
token: ${{ secrets.GITHUB_TOKEN }}
70
path: .\aspnetcore
0 commit comments