Skip to content

Commit 3eb8d11

Browse files
committed
Remove space to test if that fixes CI.
1 parent f1883ad commit 3eb8d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ In the CodeQL workflow file, you can add ``packs`` as input for the ``init`` act
203203

204204
uses: github/codeql-action@v1
205205
with:
206-
packs: codeql/pack1@~1.2.3, +codeql/pack2
206+
packs: codeql/pack1@~1.2.3,+codeql/pack2
207207

208208
This format does not support multi-language analyses.
209209
You can prefix a package reference with a plus sign, resulting in the input being combined with the config file. Without it, the input overwrites the config file.

0 commit comments

Comments
 (0)