1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #27154 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-04-22 12:33:11 -07:00
committed by GitHub

View File

@@ -57,6 +57,8 @@ In order to use property dereference syntax, the property name must:
- start with `a-Z` or `_`.
- be followed by `a-Z` `0-9` `-` or `_`.
If you attempt to dereference a non-existent property, it will evaluate to an empty string.
### Determining when to use contexts
{% data reusables.actions.using-context-or-environment-variables %}