Skip to content

Commit 8204660

Browse files
authored
ci: fix typo at build-report.yml
1 parent 4460d93 commit 8204660

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
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
7171
if [[ "$SCOPES" != *"repo"* ]]; then
72-
echo ""\e[91m❌ Error: missing scope 'repo' on the PAT.\e[0m" >&2
72+
echo "\e[91m❌ Error: missing scope 'repo' on the PAT.\e[0m" >&2
7373
log_pat_error
7474
exit 1
7575
fi

0 commit comments

Comments
 (0)