Skip to content

Commit

Permalink
update: doc for trigger another action
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Jun 6, 2024
1 parent 70ee872 commit 6d08240
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,21 @@ An action has the following settings:
<details style="text-indent: 4em">
<summary>Show supported operations</summary>

| Operation | Description |
| -------------- | ------------------------------------------------------------------------------ |
| `addTag` | Add tag(s) to the target item. |
| `removeTag` | Remove tag(s) from the target item. |
| `toggleTag` | Add tag(s) to the target item if it doesn't have the tag, otherwise remove it. |
| `customScript` | Run a custom script. |
| Operation | Description |
| --------------- | ------------------------------------------------------------------------------ |
| `addTag` | Add tag(s) to the target item. |
| `removeTag` | Remove tag(s) from the target item. |
| `toggleTag` | Add tag(s) to the target item if it doesn't have the tag, otherwise remove it. |
| `anotherAction` | Run another custom action. |
| `customScript` | Run a custom script. |

</details>

- **Data**: The action data. For tag operations, it's tags separated by comma. For custom script, it's the script code.
- **Data**: The action data.

- For tag operations, it's tags separated by comma
- For custom script, it's the script code.
- For trigger another action, it's the target action's name.

> Click `` in the edit action popup to open editor for multi-line data.
Expand Down

0 comments on commit 6d08240

Please sign in to comment.