Update note about removal of old output syntax

Logis is now encapuslated in a single function. I don’t mind keeping it around until spring / June 2023
This commit is contained in:
Stefan Zweifel 2022-12-22 19:32:33 +01:00
parent 404009ab28
commit 48f54e7dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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