fix(stack): 修正流水线命令 action 为 use,加 -f 跳过确认交互

This commit is contained in:
augushong
2026-05-27 20:58:50 +08:00
parent c7cfa40539
commit 5bb0e03e98

View File

@@ -24,7 +24,7 @@ jobs:
- name: 切换到 docker-serve 模式
shell: bash
run: php think admin:stack:mode apply docker-serve
run: php think admin:stack:mode use docker-serve -f
- name: 生成 .env
shell: bash