We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e258e commit d982452Copy full SHA for d982452
.github/script/dfbsd.sh
@@ -39,14 +39,16 @@ center() {
39
section() {
40
text_color=6
41
border_color=3
42
- on_github && echo "::group::"
+ on_github && echo "::group::$1"
43
set_fg_color "$border_color"
44
echo '/============================================================================\'
45
+ set_fg_color "$border_color"
46
printf '%s' "|"
47
set_fg_color "$text_color"
48
center "$1" 76
49
50
printf '%s\n' "|"
51
52
echo '\============================================================================/'
53
set_fg_color 9
54
0 commit comments