We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59fa5c commit 9fb229bCopy full SHA for 9fb229b
ci.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
function begingroup {
5
- echo "::group::$1"
+ echo "::group::$@"
6
set -x
7
}
8
0 commit comments