Skip to content

Commit 6e536bf

Browse files
authored
ci: change error message color in build-report.yml
1 parent 9ecbbe6 commit 6e536bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
6969
if [[ "$SCOPES" != *"repo"* ]]; then
70-
echo "❌ Error: missing scope 'repo' on the PAT." >&2
70+
echo ""\e[91m❌ Error: missing scope 'repo' on the PAT.\e[0m" >&2
7171
log_pat_error
7272
exit 1
7373
fi

0 commit comments

Comments
 (0)