From a5ae1f9f17419035af50c460f330294496c91937 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 02:29:40 +0100 Subject: update a URL --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.yml') 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') -- cgit v1.2.3