From 4f0a7105f7cb054f81efe5ed8204f3c0e3268b6b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 24 Dec 2024 07:16:04 -0500 Subject: [PATCH] Starting new deployment pipeline. --- .gitea/workflows/deployment.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 86b04a10..1d9fde28 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -10,9 +10,6 @@ jobs: check-and-create-pr: name: Check and Create PR runs-on: ubuntu-latest - outputs: - pr_created: ${{ steps.cc-pr.outputs.pr_created }} - pr_number: ${{ steps.cc-pr.outputs.pr_index }} steps: - name: Checkout Code uses: actions/checkout@v4