From 818d539e37f7346e62cad69b5b24e7fff51416f4 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 24 Dec 2024 15:27:45 -0500 Subject: [PATCH] Tweaking PR list action. --- .gitea/workflows/deployment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index aabe3bc9..ec726dc7 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -15,10 +15,11 @@ jobs: uses: actions/checkout@v4 - name: PR list - uses: actions/github-list-pull-requests@v1.0 + uses: magebitcom/list-pr-action@v1.0.0 id: list-prs with: - token: ${{ secrets.BOT_GITEA_TOKEN }} + base: main + github-token: ${{ secrets.BOT_GITEA_TOKEN }} state: open - name: List PRs