We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228312a commit ad19051Copy full SHA for ad19051
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
git checkout -- .
32
"$@" >/dev/null || true
33
if ! diff="$(git diff -U1 --color --exit-code)"; then
34
- printf '\n\e[31mError: running `\e[31;1m%s\e[31;22m` results in modifications that you must check into version control:\e[0m\n%s\n' "$*" "$diff" >&2
+ printf '\n\e[31mError: running `\e[1m%s\e[22m` results in modifications that you must check into version control:\e[0m\n%s\n' "$*" "$diff" >&2
35
return 1
36
fi
37
}
0 commit comments