diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:29:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:29:47 +0100 |
commit | 5ee263e007725df60d02ef2e6fd3d0dd92f048a0 (patch) | |
tree | 5aaba9468f4e8fabb4fd1ae0f89ded901d345d80 /action.yml | |
parent | update a URL (diff) | |
download | clang-format-5ee263e007725df60d02ef2e6fd3d0dd92f048a0.tar.gz clang-format-5ee263e007725df60d02ef2e6fd3d0dd92f048a0.zip |
Diffstat (limited to '')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |