More messages.
This commit is contained in:
parent
d6c3417f36
commit
b64cbc5815
|
|
@ -8,6 +8,11 @@ jobs:
|
|||
markdown-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Comment
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
with:
|
||||
message: '正在运行自动化菜谱内容规范检查……预计需要 1 分钟。'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue