Skip to content

Commit b306504

Browse files
authored
Update automation-actions.md
1 parent 04c8851 commit b306504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/automation-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Actions are the end results of the automation described in your `.cm` file.
2020
[`send-http-request`](#send-http-request) is executed immediately after the evaluation of the condition.
2121
For all other actions, gitStream executes the actions in the order they are listed per automation. If an action result fails, the following actions will not be executed.
2222

23-
- [`add-code-comment`](#add-code-comment) :fontawesome-brands-github: :fontawesome-brands-gitlab:
23+
- [`add-code-comment`](#add-code-comment) :fontawesome-brands-github:
2424
- [`add-comment`](#add-comment) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
2525
- [`add-github-check`](#add-github-check) :fontawesome-brands-github:
2626
- [`add-label`](#add-label) :fontawesome-brands-github: :fontawesome-brands-gitlab:
@@ -62,7 +62,7 @@ automations:
6262

6363
## Reference
6464

65-
#### `add-code-comment` :fontawesome-brands-github: :fontawesome-brands-gitlab:
65+
#### `add-code-comment` :fontawesome-brands-github:
6666

6767
This action, once triggered, adds a single code comment to the PR.
6868

0 commit comments

Comments
 (0)