Skip to content

Commit 3b73dc3

Browse files
authored
ci: fix error message output for missing 'repo' scope
1 parent c38edb7 commit 3b73dc3

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."
70+
echo "❌ Error: missing scope 'repo' on the PAT." >&2
7171
log_pat_error
7272
exit 1
7373
fi

0 commit comments

Comments
 (0)