From 48f54e7dfa86b2c3a4dc8661dacabeb377c1948f Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 22 Dec 2022 19:32:33 +0100 Subject: [PATCH] Update note about removal of old output syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Logis is now encapuslated in a single function. I don’t mind keeping it around until spring / June 2023 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d93a7a7..a964e7f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,7 +11,7 @@ _set_github_output() { local value=${2} # Check if $GITHUB_OUTPUT is available - # (Feature detection will be removed in late December 2022) + # (Feature detection will be removed in spring 2023) if [ -z ${GITHUB_OUTPUT+x} ]; then echo "::set-output name=$name::$value"; else