chore: Fix duplicates job
This commit is contained in:
parent
ae4459a766
commit
10c286e958
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check_duplicates.yaml
vendored
1
.github/workflows/check_duplicates.yaml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
body: ${{ github.event.issue.title }}
|
body: ${{ github.event.issue.title }}
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Search for similar issues
|
- name: Search for similar issues
|
||||||
run: echo "issues=$(gh issue list --search '${{ env.title }}' --json title,body,url)" >> $GITHUB_ENV
|
run: echo "issues=$(gh issue list --search '${{ env.title }}' --json title,body,url)" >> $GITHUB_ENV
|
||||||
- name: Let Gemini reply
|
- name: Let Gemini reply
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue