CI: fix begingroup printing

This commit is contained in:
Ralf Jung 2022-11-27 13:20:44 +01:00
parent 144b4859ad
commit b20efbd79f

View File

@ -2,7 +2,7 @@
set -euo pipefail
function begingroup {
echo "::group::$1"
echo "::group::$@"
set -x
}