Skip to content

Commit

Permalink
update: actions.rst typo (#4302)
Browse files Browse the repository at this point in the history
* update: actions.rst typo

* Apply suggestions from code review

---------

Co-authored-by: Samuel Sieb <[email protected]>
  • Loading branch information
blacknell and ssieb authored Oct 10, 2024
1 parent e90609d commit 08f9cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automations/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ time period.
``if`` Action
*************

This action first evaluated a certain condition (``if:``) and then either
executes the ``then:`` branch or the ``else:`` branch depending on the output of the condition.
This action first evaluates the ``condition:`` and then either
executes the ``then:`` branch if the condition returns true or the ``else:`` branch if the condition returns false.

After the chosen branch (``then`` or ``else``) is done with execution, the next action is performed.

Expand Down

0 comments on commit 08f9cb8

Please sign in to comment.