From 8be711ce89bce5b0ad9a28eb8830d96a029d9076 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 24 Dec 2024 15:15:34 -0500 Subject: [PATCH] Tweaking PR list action. --- .gitea/workflows/deployment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 1b56054f..75f9158f 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -18,6 +18,10 @@ jobs: uses: vicamo/gitea-list-pull-requests@v1.0.1 id: list-prs + - name: List PRs + run: | + echo "PR count: ${{ steps.list-prs.outputs.json }}" + - name: Create PR if: steps.list-prs.outputs.pr-count == 0 uses: arifer612/Gitea-PR-action@v1.2.0