feat: 将面板配置固定保存

This commit is contained in:
耗子
2024-10-12 18:11:34 +08:00
parent 6ec5ebb18d
commit 3c1c4e92b9
9 changed files with 31 additions and 81 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ jobs:
run: sudo apt-get install -y curl jq
- name: Set up environment
run: |
cp config/config.example.yml config/config.yml
cp config.example.yml config.yml
- name: Run tests
run: go test ./...