mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
Auto merge of #2700 - RalfJung:begingroup, r=RalfJung
CI: fix begingroup printing
This commit is contained in:
commit
5a14c5af09
@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
function begingroup {
|
||||
echo "::group::$1"
|
||||
echo "::group::$@"
|
||||
set -x
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user