Skip to content

Commit 66d1a1a

Browse files
authored
Merge pull request github#27154 from github/repo-sync
repo sync
2 parents 0cb6eab + 4ad9a21 commit 66d1a1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/learn-github-actions/contexts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ In order to use property dereference syntax, the property name must:
5757
- start with `a-Z` or `_`.
5858
- be followed by `a-Z` `0-9` `-` or `_`.
5959

60+
If you attempt to dereference a non-existent property, it will evaluate to an empty string.
61+
6062
### Determining when to use contexts
6163

6264
{% data reusables.actions.using-context-or-environment-variables %}

0 commit comments

Comments
 (0)