diff --git a/.gitea/workflows/code-review.yml b/.gitea/workflows/code-review.yml index 74ceee1..18768e5 100644 --- a/.gitea/workflows/code-review.yml +++ b/.gitea/workflows/code-review.yml @@ -8,10 +8,10 @@ jobs: code-review: runs-on: ubuntu-latest if: github.event.issue.pull_request && (startsWith(github.event.comment.body, 'openai') || github.event.comment.body == 'openai') - # env: - # ACTIONS_STEP_DEBUG: 'true' - # BASE: https://devstar.cn - # GH_TOKEN: ${{ secrets.GH_TOKEN }} + env: + ACTIONS_STEP_DEBUG: 'true' + BASE: https://devstar.cn + GH_TOKEN: ${{ secrets.GH_TOKEN }} steps: - name: Preflight - diff 接口可用性