mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
🐛 运行检查缓存修复
This commit is contained in:
parent
7c880497ed
commit
756ad3dfaf
2
.github/workflows/bot_check.yml
vendored
2
.github/workflows/bot_check.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Cache Data cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/data
|
||||
path: data
|
||||
key: data-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user