CI: fix begingroup printing
This commit is contained in:
parent
144b4859ad
commit
b20efbd79f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
function begingroup {
|
function begingroup {
|
||||||
echo "::group::$1"
|
echo "::group::$@"
|
||||||
set -x
|
set -x
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue