Skip to content

Commit 5671611

Browse files
Fix minor typo in custom-actions.md (#9873)
* Fix minor typo in custom-actions.md * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 97c0737 commit 5671611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/content/en/docs/custom-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To check the list of available options to configure an action please refer to th
3939

4040
## Executing Custom Actions
4141

42-
The `skaffold exec <action-name>` command will allow the execution of a defined Custom Action. During execution, Skaffold will stream the logs from the containers associated with the given action. If the execution of the action is successful, Skaffold will return a status code `0`, if it fails, it wil return `1`. To check the available options for the `skaffold exec` command, please refer to the [CLI documentation]({{< relref "/docs/references/cli/#skaffold-exec" >}}).
42+
The `skaffold exec <action-name>` command executes a defined Custom Action. During execution, Skaffold streams the logs from the containers associated with the action. Upon completion, Skaffold returns an exit code: `0` for success or `1` for failure. To see the available options for the `skaffold exec` command, refer to the [CLI documentation]({{< relref "/docs/references/cli/#skaffold-exec" >}}).
4343

4444
### Timeouts
4545

0 commit comments

Comments
 (0)