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

This commit is contained in:
2025-12-01 17:27:33 -06:00
parent 73a7615dd1
commit a4f5472bc4

View File

@@ -181,7 +181,7 @@ jobs:
- name: Create Pull Request
id: create-pull-request
if: steps.commit-push.outputs.push == 'true' && steps.check-for-pull-requst.outputs.exists == 'false'
if: steps.commit-push.outputs.push == 'true' && steps.check-for-pull-requst.outputs.pull-request-exists == 'false'
env:
GITEA_TOKEN: ${{ secrets.BOT_TOKEN }}
GITEA_URL: ${{ secrets.REPO_URL }}