Text sanitizing.
This commit is contained in:
+3
-2
@@ -88,7 +88,8 @@ runs:
|
|||||||
--fields index,head \
|
--fields index,head \
|
||||||
--output simple \
|
--output simple \
|
||||||
| egrep "${{ github.ref_name }}" \
|
| egrep "${{ github.ref_name }}" \
|
||||||
| awk '{print $1}')
|
| awk '{print $1}'\
|
||||||
|
| tr -d '#')
|
||||||
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT
|
echo "pr_number=$pr_number" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Skip PR Creation
|
- name: Skip PR Creation
|
||||||
@@ -134,7 +135,7 @@ runs:
|
|||||||
-d "${PR_DESCRIP}" \
|
-d "${PR_DESCRIP}" \
|
||||||
-a ${{ inputs.assignee }} \
|
-a ${{ inputs.assignee }} \
|
||||||
-L "${{ inputs.pr-label }}" \
|
-L "${{ inputs.pr-label }}" \
|
||||||
--output simple | awk '{print $1}')
|
--output simple | awk '{print $1}' | tr -d '#')
|
||||||
|
|
||||||
created_pr_url=$(tea pr ls --state open \
|
created_pr_url=$(tea pr ls --state open \
|
||||||
-r ${{ github.repository }} \
|
-r ${{ github.repository }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user