Compare commits
2 commits
01feb985fb
...
52a56476d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 52a56476d3 | |||
| 7925cdcc6a |
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.1.0a5 (2025-02-13)
|
||||
|
||||
### Fix
|
||||
|
||||
- structural load
|
||||
|
||||
## 0.1.0a4 (2025-02-13)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_bitwarden"
|
||||
version = "0.1.0a4"
|
||||
version = "0.1.0a5"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
|
|||
|
|
@ -30,10 +30,10 @@ step:
|
|||
redefine: true
|
||||
default:
|
||||
jinja: |-
|
||||
{% if step.user_data == ['bitwarden'] %}
|
||||
{% if 'bitwarden' in step.user_data %}
|
||||
bitwarden
|
||||
{% endif %}
|
||||
{% if step.user_data == ['risotto'] %}
|
||||
{% if 'risotto' in step.user_data %}
|
||||
risotto
|
||||
{% else %}
|
||||
directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue