fix
All checks were successful
renovate / renovate (push) Successful in 1m13s

This commit is contained in:
2025-12-01 18:16:12 -06:00
parent 7dd1446d5a
commit b6551ef375

View File

@@ -47,7 +47,7 @@ jobs:
git config user.email "gitea-bot@alexlebens.net"
echo ">> Checking if PR branch exists ..."
git ls-remote --exit-code --heads origin "${BRANCH_NAME}" > /dev/null 2>&1 || true
git ls-remote --exit-code --heads origin "${BRANCH_NAME}" > /dev/null 2>&1
if [ $? -eq 0 ]; then
echo ">> Branch '${BRANCH_NAME}' exists, pulling changes ..."