Improve description of codeql-action/init languages input (#1919)

This commit is contained in:
Igwe Kalu 2023-10-04 21:01:23 +02:00 committed by GitHub
parent 3fb6719bea
commit 517782a2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@ inputs:
required: false
# If not specified the Action will check in several places until it finds the CodeQL tools.
languages:
description: The languages to be analysed
description: |
A comma-separated value of the languages to be analysed e.g. python,javascript
required: false
token:
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.