chore: fix solver
This commit is contained in:
@@ -7,14 +7,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
solve:
|
solve:
|
||||||
if: github.event.label.name == 'ai-solve'
|
if: ${{ gitea.label.name == 'ai-solve' }}
|
||||||
runs-on: opencode
|
runs-on: opencode
|
||||||
steps:
|
steps:
|
||||||
- name: Solve Issue
|
- name: Solve Issue
|
||||||
env:
|
env:
|
||||||
GGITEA_URL: ${{ secrets.GGITEA_URL }}
|
GGITEA_URL: ${{ secrets.GGITEA_URL }}
|
||||||
GGITEA_TOKEN: ${{ secrets.GGITEA_TOKEN }}
|
GGITEA_TOKEN: ${{ secrets.GGITEA_TOKEN }}
|
||||||
REPO_OWNER: ${{ github.repository_owner }}
|
REPO_OWNER: ${{ gitea.repository.owner }}
|
||||||
REPO_NAME: ${{ github.event.repository.name }}
|
REPO_NAME: ${{ gitea.repository.name }}
|
||||||
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
ISSUE_NUMBER: ${{ gitea.issue.number }}
|
||||||
run: solve-issue
|
run: solve-issue
|
||||||
Reference in New Issue
Block a user