fix: gha issues
This commit is contained in:
parent
62d858f344
commit
e7850703b5
2 changed files with 1 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue