Update issue-deduplicator.yml (#4660)

This commit is contained in:
pakrym-oai 2025-10-03 06:41:57 -07:00 committed by GitHub
parent 33d3ecbccc
commit 5af08e0719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ jobs:
}
const lines = [
'Potential duplicates detected:'
'Potential duplicates detected:',
...numbers.map((value) => `- #${value}`),
'',
'*Powered by [Codex Action](https://github.com/openai/codex-action)*'];