user: actions: fix typo

(cherry picked from commit 6a7a7715d7)
This commit is contained in:
Earl Warren 2023-09-30 01:06:15 +02:00 committed by github-actions[bot]
parent 1ef10f350d
commit bba3d4e669

View file

@ -53,7 +53,7 @@ In a `workflow` file strings that look like `${{ ... }}` are evaluated by the `F
- boolean: true or false
- null: null
- number: any number format supported by JSON
- string: enclosed in single quotes. Two single quotes
- string: enclosed in single quotes
#### Logical operators