aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:29:47 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:29:47 +0100
commit5ee263e007725df60d02ef2e6fd3d0dd92f048a0 (patch)
tree5aaba9468f4e8fabb4fd1ae0f89ded901d345d80
parentupdate a URL (diff)
downloadclang-format-5ee263e007725df60d02ef2e6fd3d0dd92f048a0.tar.gz
clang-format-5ee263e007725df60d02ef2e6fd3d0dd92f048a0.zip
set-output is deprecatedv1.0.1v1
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 110d179..b2b0cf0 100644
--- a/action.yml
+++ b/action.yml
@@ -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: