fix: unbound variable PR_HEAD_REPO (#3469)

Add default value for PR_HEAD_REPO to prevent 'unbound variable' error
when no PR exists for a branch.

Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
Derek Higgins 2025-09-17 09:18:43 +01:00 committed by GitHub
parent e0e2b1bd0e
commit fad4843548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ set -euo pipefail
# Default values
BRANCH=""
PR_HEAD_REPO=""
TEST_SUBDIRS=""
TEST_SETUP="ollama"
TEST_SUITE="base"