chore: Fix duplicates job

pull/1905/head
Christian Kußowski 5 months ago
parent 98642f676a
commit 616d36ad39
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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…
Cancel
Save