test: Update note.md (#155)

* Update note.md

* Update note.zh-CN.md
This commit is contained in:
afc163
2023-05-26 12:31:35 +08:00
committed by GitHub
parent 635ca07363
commit 0d51d36520
2 changed files with 4 additions and 4 deletions

View File

@@ -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).

View File

@@ -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)。