🔧 更新数据库连接字符串

This commit is contained in:
HibiKier 2025-07-07 11:51:22 +08:00
parent 07a8c41082
commit f77e15e147

View File

@ -80,5 +80,5 @@ jobs:
sed -i "s/^.*\?LOG_LEVEL.*/LOG_LEVEL=${{ env.LOG_LEVEL }}/g" .env.dev
poetry run python3 bot_check.py
env:
DB_URL: "sqlite://:memory:"
DB_URL: "sqlite://zhenxun.db"
LOG_LEVEL: DEBUG