Skip to content

Commit

Permalink
set-output is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-tensin committed Jan 2, 2023
1 parent a5ae1f9 commit 5ee263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
$output = $output.replace("`n", '%0A')
$output = $output.replace("`r", '%0D')
Write-Output "::set-output name=diff::$output"
Write-Output "diff=$output" >> $env:GITHUB_OUTPUT
shell: pwsh

branding:
Expand Down

0 comments on commit 5ee263e

Please sign in to comment.