fix: do not force use_data usage
This commit is contained in:
parent
cd8deea394
commit
9c94e9fc50
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ environment:
|
|||
description: Define values from the environment
|
||||
disabled:
|
||||
jinja: |
|
||||
{% if 'environment' not in step.user_data %}
|
||||
{% if step.user_data is propertyerror or 'environment' not in step.user_data %}
|
||||
disabled
|
||||
{% endif %}
|
||||
default_environment_name:
|
||||
|
|
|
|||
Loading…
Reference in a new issue