From 0d51d365209a50bb45d564c31750f6af813dbd4b Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 26 May 2023 12:31:35 +0800 Subject: [PATCH] test: Update note.md (#155) * Update note.md * Update note.zh-CN.md --- web/docs/guide/note.md | 4 ++-- web/docs/guide/note.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/docs/guide/note.md b/web/docs/guide/note.md index 7f817ee..0127473 100644 --- a/web/docs/guide/note.md +++ b/web/docs/guide/note.md @@ -23,10 +23,10 @@ if: contains(github.event.issue.body, 'ie') == false with: actions: 'month-statistics' token: ${{ secrets.GITHUB_TOKEN }} - count-lables: 'true' + count-labels: 'true' ``` -- `count-lables`: Regardless of setting `true` or `'ture'`, all received in the program is in string format +- `count-labels`: Regardless of setting `true` or `'ture'`, all received in the program is in string format At the same time, the output is also in string format. [See](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs). diff --git a/web/docs/guide/note.zh-CN.md b/web/docs/guide/note.zh-CN.md index 7bd89e0..ac3d016 100644 --- a/web/docs/guide/note.zh-CN.md +++ b/web/docs/guide/note.zh-CN.md @@ -24,10 +24,10 @@ if: contains(github.event.issue.body, 'ie') == false with: actions: 'month-statistics' token: ${{ secrets.GITHUB_TOKEN }} - count-lables: 'true' + count-labels: 'true' ``` -- `count-lables`:不管设置 `true` 还是 `'ture'`,在程序里接收到的都是字符串格式 +- `count-labels`:不管设置 `true` 还是 `'ture'`,在程序里接收到的都是字符串格式 同时输出的也是字符串格式。[参看](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs)。