pr-check: Fix another potential syntax error
This commit is contained in:
parent
d369f9f3e2
commit
39194c14ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
if [ "$EXIT_CODE" -ne 0 ]; then
|
||||
echo "PR title validation failed"
|
||||
REVIEW_COMMENT_LINES+=("- PR title is `Add $FLATPAK_ID`")
|
||||
REVIEW_COMMENT_LINES+=('- PR title is "Add $FLATPAK_ID"')
|
||||
BLOCKED=1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue