mirror of
https://github.com/Mxmilu666/bangbang93HUB.git
synced 2024-11-03 15:46:40 +00:00
Add AutoUpdateCache
This commit is contained in:
parent
639f3efeec
commit
431e4d42ba
11
.github/workflows/updatecache.yml
vendored
Normal file
11
.github/workflows/updatecache.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: UpdateCache
|
||||
on:
|
||||
push:
|
||||
branches: [ main ] # 触发分支,根据需要可更改为'master'或其他分支
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest # 使用Ubuntu环境执行
|
||||
steps:
|
||||
- name: UpdateCache
|
||||
run: |
|
||||
curl https://apis.bmclapi.online/api/93/refreshcache
|
Loading…
Reference in New Issue
Block a user