mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
pr-check: Fix another potential syntax error
This commit is contained in:
@@ -159,7 +159,7 @@ jobs:
|
|||||||
|
|
||||||
if [ "$EXIT_CODE" -ne 0 ]; then
|
if [ "$EXIT_CODE" -ne 0 ]; then
|
||||||
echo "PR title validation failed"
|
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
|
BLOCKED=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user