Skip to content

Commit

Permalink
Escape named value in input description
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Mar 8, 2024
1 parent 27a6cd0 commit 24c3eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ inputs:
required: false
# If not specified the Action will check in several places until it finds the CodeQL tools.
languages:
description: |
description: >-
A comma-separated list of CodeQL languages to analyze.
Due to the performance benefit of parallelizing builds, we recommend specifying languages to
analyze using a matrix and providing `${{ matrix.language }}` as this input.
analyze using a matrix and providing `\$\{{ matrix.language }}` as this input.
For more information, see
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.
Expand Down

0 comments on commit 24c3eda

Please sign in to comment.