Skip to content

Commit e7699a6

Browse files
Update .github/workflows/check-shell-task.yml
Co-authored-by: per1234 <accounts@perglass.com>
1 parent ea2f3fe commit e7699a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-shell-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
RESULT="false"
4747
fi
4848
49-
echo "::set-output name=result::$RESULT"
49+
echo "result=$RESULT" >> $GITHUB_OUTPUT
5050
5151
lint:
5252
name: ${{ matrix.configuration.name }}

0 commit comments

Comments
 (0)