add set e
All checks were successful
renovate / renovate (push) Successful in 1m1s

This commit is contained in:
2025-12-01 18:18:19 -06:00
parent b6551ef375
commit ef96e0fc71

View File

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