0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

user: actions: fix typo

This commit is contained in:
Earl Warren 2023-09-30 01:06:15 +02:00
parent f543af1e87
commit 6a7a7715d7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -77,7 +77,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