Skip to content

Commit 9fb229b

Browse files
committed
CI: fix begingroup printing
1 parent a59fa5c commit 9fb229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
function begingroup {
5-
echo "::group::$1"
5+
echo "::group::$@"
66
set -x
77
}
88

0 commit comments

Comments
 (0)