Skip to content

Commit a0a52d6

Browse files
committed
gha: remove last deprecated set-output
Signed-off-by: clux <sszynrae@gmail.com>
1 parent e0fa1a5 commit a0a52d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip3 install --user toml
5151
if python3 check_stable.py; then
5252
echo "Stable tag missing; running all build steps"
53-
echo '::set-output name=BUILD::YES'
53+
echo "BUILD=YES" >> $GITHUB_OUTPUT
5454
else
5555
echo "Stable tag found; skipping all build steps"
5656
fi
@@ -159,7 +159,7 @@ jobs:
159159
pip3 install --user toml
160160
if python3 check_stable.py; then
161161
echo "Stable tag missing; running all build steps"
162-
echo '::set-output name=BUILD::YES'
162+
echo "BUILD=YES" >> $GITHUB_OUTPUT
163163
else
164164
echo "Stable tag found; skipping all build steps"
165165
fi

0 commit comments

Comments
 (0)