fix: do not force use_data usage

This commit is contained in:
egarette@silique.fr 2025-05-02 08:15:23 +02:00
parent cd8deea394
commit 9c94e9fc50

View file

@ -30,7 +30,7 @@ environment:
description: Define values from the environment description: Define values from the environment
disabled: disabled:
jinja: | jinja: |
{% if 'environment' not in step.user_data %} {% if step.user_data is propertyerror or 'environment' not in step.user_data %}
disabled disabled
{% endif %} {% endif %}
default_environment_name: default_environment_name: