Skip to content

Commit fea2f7e

Browse files
committed
## 1.2.0
- Chatops Aliases for `st2.executions.pause`, `st2.executions.resume` and `st2.executions.cancel` actions.
1 parent aa8424c commit fea2f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aliases/executions_cancel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ result:
1212
format: |
1313
{% for key,value in execution.result.result.items() %}
1414
{{ key }} - {% if value is string %}{{ value }}
15-
{% else %}{% if value["faultstring"] %}value["faultstring"]{% else %}{{ value["status"] }}{% endif %}
15+
{% else %}{% if value["faultstring"] %}{{ value["faultstring"] }}{% else %}{{ value["status"] }}{% endif %}
1616
{% endif %}
1717
{% endfor %}

0 commit comments

Comments
 (0)