Skip to content

Commit 0fef752

Browse files
authored
Add 💅
1 parent 20b87cc commit 0fef752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use `jobs.<job_id>.runs-on` to define the type of machine to run the job on.
4444

4545
{% note %}
4646

47-
**Note:** When passing strings as the value of `runs-on` they can be quoted but it is not needed, for example `self-hosted`. However expressions like {% raw %} `"${{ inputs.chosen-os }}"`{% endraw %} need to be quoted.
47+
**Note:** Quotation marks are not required around simple strings like `self-hosted`, but they are required for expressions like {% raw %} `"${{ inputs.chosen-os }}"`{% endraw %}.
4848

4949
{% endnote %}
5050

0 commit comments

Comments
 (0)