ci: Fix experimental duplicate job

pull/1889/head
Christian Kußowski 5 months ago
parent d4332d5705
commit 417d162cdb
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Search for similar issues
run: echo "ISSUES=$(gh issue list --search '${{ github.event.issue.title }}' --json title,body | jq '[.[] | {title, body: (.body[:200])}]')"
run: echo "ISSUES=$(gh issue list --search '${{ github.event.issue.title }}' --json title,body | jq '[.[] | {title, body: (.body[:200])}]')" >> $GITHUB_ENV
- name: Send message to GPT
if: "${{ env.ISSUES != '[]' }}"
run: |

Loading…
Cancel
Save