1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Update "Potential Duplicates" reporter markup (#7074)

This commit is contained in:
Álvaro Mondéjar 2022-01-19 15:17:27 +01:00 committed by GitHub
parent 132fcc2d9b
commit 8185c5d974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/potential-duplicates@v1
- uses: wow-actions/potential-duplicates@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
label: potential duplicate
@ -32,5 +32,5 @@ jobs:
comment: |
This issue is potentially a duplicate of one of the following issues:
{{#issues}}
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
- #{{ number }} ({{ accuracy }}%)
{{/issues}}