diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:29:40 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:29:40 +0100 |
commit | a5ae1f9f17419035af50c460f330294496c91937 (patch) | |
tree | 4395c7f52724b0e14efe8d6be1f9981cef5905b2 | |
parent | workflows/test: upgrade actions (diff) | |
download | clang-format-a5ae1f9f17419035af50c460f330294496c91937.tar.gz clang-format-a5ae1f9f17419035af50c460f330294496c91937.zip |
update a URL
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ runs: # If anyone thinks this workaround is anything but complete batshit # insanity, they should just fucking kill themselves. - # https://github.community/t/set-output-truncates-multiline-strings/16852/3 + # https://github.com/orgs/community/discussions/26288 $output = $output.replace('%', '%25') $output = $output.replace("`n", '%0A') $output = $output.replace("`r", '%0D') |