Skip to content

Commit

Permalink
fix: fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
christophergrittner committed Aug 27, 2024
1 parent 94ff958 commit 058a5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/custom_actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def send_two_slack_messages(
After creating your custom action, push it to Admyral using the following CLI command to use it in other workflows or within the no-code editor:

```bash
admyral action <your_custom_action.py> push
admyral action push <your_custom_action> -a <path/to/your/action.py>
```

#### Currently Unsupported Patterns
Expand Down

0 comments on commit 058a5c6

Please sign in to comment.