pr-check: Drop wrong unset

This commit is contained in:
bbhtt
2025-12-25 18:44:02 +05:30
parent 1629a4b37d
commit 19578fe52b
-1
View File
@@ -91,7 +91,6 @@ jobs:
EXIT_CODE=$(curl -sSL "$SCRIPT_URL" | python3 | grep 'EXIT_CODE=' | cut -d= -f2)
echo "EXIT_CODE is $EXIT_CODE"
unset PR_TITLE
PR_COMMENTS="$(gh pr view "$PR_NUM" --json comments -q '.comments[] | select(.author.login == "flathubbot" or .author.login == "github-actions") | .body')"