From a4f5472bc49d00efcae9fd407552ca59e33c8e85 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 17:27:33 -0600 Subject: [PATCH] fix check --- .gitea/workflows/render-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index 9e61eff96..600a9cb05 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -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 }}