From a9fb7d923c0e2516dbb608ac87d9c3cdd12e236d Mon Sep 17 00:00:00 2001 From: Tugdual Grall Date: Mon, 10 Apr 2023 07:37:20 +0200 Subject: [PATCH] Update init/action.yml : PR review Co-authored-by: Henry Mercer --- init/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 1006c307f..3718c0b79 100644 --- a/init/action.yml +++ b/init/action.yml @@ -45,7 +45,7 @@ inputs: description: Path where CodeQL databases should be created. If not specified, a temporary directory will be used. required: false config: - description: Configuration passed as YAML object using the same format as the config-file. This takes precedence over the config-file parameter. + description: Configuration passed as a YAML string in the same format as the config-file input. This takes precedence over the config-file input. required: false queries: description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of queries.