Skip to content

Commit 24c3eda

Browse files
committed
Escape named value in input description
1 parent 27a6cd0 commit 24c3eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ inputs:
77
required: false
88
# If not specified the Action will check in several places until it finds the CodeQL tools.
99
languages:
10-
description: |
10+
description: >-
1111
A comma-separated list of CodeQL languages to analyze.
1212
1313
Due to the performance benefit of parallelizing builds, we recommend specifying languages to
14-
analyze using a matrix and providing `${{ matrix.language }}` as this input.
14+
analyze using a matrix and providing `\$\{{ matrix.language }}` as this input.
1515
1616
For more information, see
1717
https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#changing-the-languages-that-are-analyzed.

0 commit comments

Comments
 (0)