Removing debug flag.
This commit is contained in:
+2
-3
@@ -53,7 +53,6 @@ runs:
|
|||||||
tea login add
|
tea login add
|
||||||
--url "$GIT_SERVER_URL"
|
--url "$GIT_SERVER_URL"
|
||||||
--token "$GIT_SERVER_TOKEN"
|
--token "$GIT_SERVER_TOKEN"
|
||||||
--debug
|
|
||||||
|
|
||||||
- name: Check if open PR exists
|
- name: Check if open PR exists
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -65,7 +64,7 @@ runs:
|
|||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
--state open \
|
--state open \
|
||||||
--fields head \
|
--fields head \
|
||||||
--output simple --debug \
|
--output simple \
|
||||||
| egrep '${{ github.ref_name }}' | wc -l)
|
| egrep '${{ github.ref_name }}' | wc -l)
|
||||||
|
|
||||||
echo "exists=$pr_exists" >> $GITHUB_OUTPUT
|
echo "exists=$pr_exists" >> $GITHUB_OUTPUT
|
||||||
@@ -87,4 +86,4 @@ runs:
|
|||||||
-t "${PR_TITLE}" \
|
-t "${PR_TITLE}" \
|
||||||
-d "${PR_DESCRIP}" \
|
-d "${PR_DESCRIP}" \
|
||||||
-a ${{ github.actor }} \
|
-a ${{ github.actor }} \
|
||||||
-L ${{ inputs.pr-label }} --debug
|
-L ${{ inputs.pr-label }}
|
||||||
|
|||||||
Reference in New Issue
Block a user