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:
parent
404009ab28
commit
48f54e7dfa
|
@ -11,7 +11,7 @@ _set_github_output() {
|
||||||
local value=${2}
|
local value=${2}
|
||||||
|
|
||||||
# Check if $GITHUB_OUTPUT is available
|
# 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
|
if [ -z ${GITHUB_OUTPUT+x} ]; then
|
||||||
echo "::set-output name=$name::$value";
|
echo "::set-output name=$name::$value";
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue