Compare commits

..

1 Commits

Author SHA1 Message Date
86808c2342 更新 mes_in_sct/start.php
Some checks failed
Run Unit Tests / test (pull_request) Has been cancelled
2025-06-19 08:27:17 +08:00
2 changed files with 3 additions and 4 deletions

View File

@ -8,8 +8,6 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- '.gitea/**'
jobs: jobs:
test: test:
@ -17,7 +15,7 @@ jobs:
container: docker.xuanyuan.me/xeden3/ai-code-reviewer-gitea-runner:v1.2 container: docker.xuanyuan.me/xeden3/ai-code-reviewer-gitea-runner:v1.2
steps: steps:
- name: Checkout code2 - name: Checkout code
uses: http://119.91.43.128:3003/james/checkout@v4 uses: http://119.91.43.128:3003/james/checkout@v4
with: with:
fetch-depth: 2 # 至少获取最近两次提交 fetch-depth: 2 # 至少获取最近两次提交

View File

@ -14,3 +14,4 @@ if (isset($options['APP_ENV'])) {
putenv('APP_ENV='.$options['APP_ENV']); putenv('APP_ENV='.$options['APP_ENV']);
} }
\libs\core\App::run(); \libs\core\App::run();