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