docs: remove error mess (#80)

This commit is contained in:
xrkffgg
2021-08-12 20:56:13 +08:00
committed by GitHub
parent c7e172c679
commit b5d3740262
4 changed files with 0 additions and 4 deletions

View File

@@ -289,7 +289,6 @@ Close the specified issue.
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: xxx
body: 'This is auto closed.'
```
| Param | Desc | Type | Required |

View File

@@ -293,7 +293,6 @@ jobs:
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: xxx
body: 'This is auto closed.'
```
| 参数 | 描述 | 类型 | 必填 |

View File

@@ -90,7 +90,6 @@ Close the specified issue.
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: xxx
body: 'This is auto closed.'
```
| Param | Desc | Type | Required |

View File

@@ -90,7 +90,6 @@ jobs:
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: xxx
body: 'This is auto closed.'
```
| 参数 | 描述 | 类型 | 必填 |