chore: Fix duplicates job
This commit is contained in:
parent
445c212be9
commit
3a0ea19d39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_duplicates.yaml
vendored
2
.github/workflows/check_duplicates.yaml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue