Skip to content

Commit

Permalink
chore: actions workflow support submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yqchilde committed Feb 28, 2023
1 parent bbd0cb9 commit e3b15ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Docker meta
id: meta
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions plugins/manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* 指令:
* [x] `菜单`
* [x] `menu`,和上面的指令一样
* [x] `设置菜单模式[1|2]`,默认为模式1文本输出,模式2为网页输出(需要配置公网地址)
* [x] `设置每月[]号[]的提醒`,例如:设置每月8号10:00:00的提醒
* [x] `设置每周[][]的提醒`,例如:设置每周三10:00:00的提醒
* [x] `设置每天[]的提醒`,例如:设置每天10:00:00的提醒
Expand Down

0 comments on commit e3b15ad

Please sign in to comment.