Skip to content

Commit

Permalink
🐛 运行检查缓存修复
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashiCoin committed Aug 27, 2024
1 parent 7c88049 commit 756ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 756ad3d

Please sign in to comment.