From 65c554d70ec157f5ca3eb1bdcc3bbff88515e302 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 5 Oct 2025 12:08:12 -0400 Subject: [PATCH] Removing debug flag. --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 684fc36..ce63cb0 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,6 @@ runs: tea login add --url "$GIT_SERVER_URL" --token "$GIT_SERVER_TOKEN" - --debug - name: Check if open PR exists shell: bash @@ -65,7 +64,7 @@ runs: --repo ${{ github.repository }} \ --state open \ --fields head \ - --output simple --debug \ + --output simple \ | egrep '${{ github.ref_name }}' | wc -l) echo "exists=$pr_exists" >> $GITHUB_OUTPUT @@ -87,4 +86,4 @@ runs: -t "${PR_TITLE}" \ -d "${PR_DESCRIP}" \ -a ${{ github.actor }} \ - -L ${{ inputs.pr-label }} --debug + -L ${{ inputs.pr-label }}