fix
All checks were successful
renovate / renovate (push) Successful in 49s

This commit is contained in:
2025-12-02 18:42:36 -06:00
parent 07fdff96b7
commit 8934340cff

View File

@@ -258,7 +258,7 @@ jobs:
echo "pull-request-exists=${PR_INDEX}" >> $GITEA_OUTPUT
echo "pull-request-index=true" >> $GITEA_OUTPUT
if [ "$HTTP_STATUS" == "200" ] && [ "$(cat response_body.json | jq -r .state)" == "closed" ]; then
elif [ "$HTTP_STATUS" == "200" ] && [ "$(cat response_body.json | jq -r .state)" == "closed" ]; then
echo ">> Pull Request found, but was closed"
echo "pull-request-exists=false" >> $GITEA_OUTPUT