fix: gha issues

This commit is contained in:
mingholy.lmh
2025-09-15 14:48:29 +08:00
parent 62d858f344
commit e7850703b5
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ body:
<details> <details>
<summary>Client Information</summary> <summary>Client Information</summary>
Run `gemini` to enter the interactive CLI, then run the `/about` command. Run `qwen` to enter the interactive CLI, then run the `/about` command.
```console ```console
$ qwen /about $ qwen /about

View File

@@ -46,7 +46,6 @@ jobs:
ISSUE_BODY: '${{ github.event.issue.body }}' ISSUE_BODY: '${{ github.event.issue.body }}'
ISSUE_NUMBER: '${{ github.event.issue.number }}' ISSUE_NUMBER: '${{ github.event.issue.number }}'
REPOSITORY: '${{ github.repository }}' REPOSITORY: '${{ github.repository }}'
AVAILABLE_LABELS: '${{ steps.get_labels.outputs.available_labels }}'
with: with:
OPENAI_API_KEY: '${{ secrets.OPENAI_API_KEY }}' OPENAI_API_KEY: '${{ secrets.OPENAI_API_KEY }}'
OPENAI_BASE_URL: '${{ secrets.OPENAI_BASE_URL }}' OPENAI_BASE_URL: '${{ secrets.OPENAI_BASE_URL }}'