Removing debug flag.

This commit is contained in:
2025-10-05 12:08:12 -04:00
parent da4356e96d
commit 65c554d70e
+2 -3
View File
@@ -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 }}