chore: Fix duplicates job

This commit is contained in:
Christian Kußowski 2025-05-18 11:46:34 +02:00
parent 445c212be9
commit 3a0ea19d39
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -20,5 +20,5 @@ jobs:
number=${{ env.number }}
issues_filtered=$(echo "$issues" | jq --arg num "$number" 'map(select(.number != ($num | tonumber)))')
if [ "$ISSUES" != ""]; then
gh issue comment ${{ github.event.issue.number }} --body "@${{ env.author }}\nPossible duplication of:\n$issues_markdown=$"
gh issue comment ${{ github.event.issue.number }} --body "@${{ env.author }}\nPossible duplication of:\n$issues_markdown"
fi