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
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: