aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:29:40 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:29:40 +0100
commita5ae1f9f17419035af50c460f330294496c91937 (patch)
tree4395c7f52724b0e14efe8d6be1f9981cef5905b2
parentworkflows/test: upgrade actions (diff)
downloadclang-format-a5ae1f9f17419035af50c460f330294496c91937.tar.gz
clang-format-a5ae1f9f17419035af50c460f330294496c91937.zip
update a URL
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 44cdc1d..110d179 100644
--- a/action.yml
+++ b/action.yml
@@ -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')