chore: Fix duplicates job
This commit is contained in:
parent
98642f676a
commit
616d36ad39
1 changed files with 2 additions and 1 deletions
3
.github/workflows/check_duplicates.yaml
vendored
3
.github/workflows/check_duplicates.yaml
vendored
|
|
@ -23,5 +23,6 @@ jobs:
|
|||
echo "No duplicates found."
|
||||
else
|
||||
issues_markdown=$(echo "$issues_filtered" | jq -r '.[] | "- [" + .title + "](" + .url + ")"')
|
||||
gh issue comment ${{ github.event.issue.number }} --body "@${{ env.author }}\nPossible duplication of:\n$issues_markdown"
|
||||
formatted_body=$(echo -e "@${{ env.author }}\nPossible duplication of:\n$issues_markdown")
|
||||
gh issue comment ${{ github.event.issue.number }} --body "$formatted_body"
|
||||
fi
|
||||
Loading…
Add table
Reference in a new issue