mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-23 08:29:33 +01:00
Make GitHub token optional
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
13b9d32482
commit
b6e5c56e27
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
### `github_token`
|
### `github_token`
|
||||||
|
|
||||||
**Required**. Default is `${{ github.token }}`.
|
Optional. Default is `${{ github.token }}`.
|
||||||
|
|
||||||
### `clippy_flags`
|
### `clippy_flags`
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ branding:
|
||||||
inputs:
|
inputs:
|
||||||
github_token:
|
github_token:
|
||||||
description: "GITHUB_TOKEN."
|
description: "GITHUB_TOKEN."
|
||||||
required: true
|
required: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
clippy_flags:
|
clippy_flags:
|
||||||
description: "clippy flags. (cargo clippy --color never -q --message-format json `<clippy_flags>`)"
|
description: "clippy flags. (cargo clippy --color never -q --message-format json `<clippy_flags>`)"
|
||||||
|
|
Loading…
Reference in a new issue