Skip to content

Commit

Permalink
Merge pull request #157 from SEKOIA-IO/fix/action_doc
Browse files Browse the repository at this point in the history
Add the description to properties
  • Loading branch information
Darkheir authored Dec 4, 2024
2 parents 378ba07 + 56ed014 commit 166c2c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 1.18.3 - 2024-12-04

### Fixed

- Fix the configuration part in action documentation

## 1.18.2 - 2024-12-03

### Add
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sekoia-automation-sdk"

version = "1.18.2"
version = "1.18.3"
description = "SDK to create Sekoia.io playbook modules"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions sekoia_automation/scripts/documentation/templates/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ This module accepts no configuration.

{{action.description}}

{%- if action.arguments.description %}
{%- if action.arguments.properties.description %}

**Configuration**

{{action.arguments.description}}
{{action.arguments.properties.description}}

{%- endif -%}

Expand Down

0 comments on commit 166c2c9

Please sign in to comment.