1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Specify return value for undefined properties in workflow contexts (#17089)

This commit is contained in:
Ross Williams
2022-04-22 19:47:03 +01:00
committed by GitHub
parent 30f3a74657
commit 50930ff31c

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 %}