Skip to content

Commit 63e3c82

Browse files
committed
Always group
1 parent 8227cfa commit 63e3c82

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

unknown-words.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,13 @@
66
set -e
77
if [ -n "$DEBUG" ]; then
88
set -x
9+
fi
910
begin_group() {
1011
echo "::group::$1"
1112
}
1213
end_group() {
1314
echo '::end_group::'
1415
}
15-
else
16-
begin_group() {
17-
:
18-
}
19-
end_group() {
20-
:
21-
}
22-
fi
2316

2417
begin_group "github event path"
2518
cat "$GITHUB_EVENT_PATH" || true

0 commit comments

Comments
 (0)