chore: Fix duplicates job

This commit is contained in:
Christian Kußowski 2025-05-18 10:22:09 +02:00
parent ae4459a766
commit 10c286e958
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -12,6 +12,7 @@ jobs:
body: ${{ github.event.issue.title }}
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: Search for similar issues
run: echo "issues=$(gh issue list --search '${{ env.title }}' --json title,body,url)" >> $GITHUB_ENV
- name: Let Gemini reply