mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +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:
|
inputs:
|
||||||
github_token:
|
github_token:
|
||||||
description: 'GITHUB_TOKEN'
|
description: 'GITHUB_TOKEN'
|
||||||
required: true
|
required: false
|
||||||
flags:
|
flags:
|
||||||
description: 'GolangCI command line flags'
|
description: 'GolangCI command line flags'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue