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 385cf0e commit 912eae9Copy full SHA for 912eae9
1 file changed
.github/scripts/ci_helpers.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
color_out() {
4
- printf "\e[0;$1m%s\e[0;0m\n" "$2"
+ printf "\e[0;$1m$PKG_NAME: %s\e[0;0m\n" "$2"
5
}
6
7
success() {
0 commit comments