Switch to $GITHUB_OUTPUT

This commit is contained in:
Shivam Mathur
2022-10-12 16:26:11 +05:30
parent 71b0e09dbc
commit 0575a32108
24 changed files with 31 additions and 31 deletions

View File

@ -43,7 +43,7 @@ Function Set-Output() {
$value
)
if ($env:GITHUB_ACTIONS -eq 'true') {
Write-Output "::set-output name=$output::$value"
Add-Content "$output=$value" -Path $env:GITHUB_OUTPUT -Encoding utf8
}
}