mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
action: make github token optional
This commit is contained in:
parent
67503c7b3d
commit
4cb8a13e45
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ author: 'golangci'
|
|||
inputs:
|
||||
github_token:
|
||||
description: 'GITHUB_TOKEN'
|
||||
required: true
|
||||
required: false
|
||||
flags:
|
||||
description: 'GolangCI command line flags'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue