Skip to content

Commit 988b2a8

Browse files
authored
typo fix
1 parent 781e59e commit 988b2a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/automation-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ This action, once triggered, will start a workflow dispatch automation with the
366366
| Args | Usage | Type | Description |
367367
| ----------------------- | -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
368368
| `workflow` | Required | String | The ID or the path of the workflow dispatch. |
369-
| `owner` | Optional | String | By default, the value of `repo.owner` context variable. The account owner of the repository. Case insensitive. |
370-
| `repo` | Optional | String | By default, the value of `repo.name` context variable. The name of the repository without the `.git` extension. Case insensitive. |
371-
| `ref` | Optional | String | By default, the value of `branch.name` context variable. The branch nem. Case sensitive. |
369+
| `owner` | Optional | String | By default, the value of `repo.owner` context variable. The account owner of the repository. Case insensitive. |
370+
| `repo` | Optional | String | By default, the value of `repo.name` context variable. The name of the repository without the `.git` extension. Case insensitive. |
371+
| `ref` | Optional | String | By default, the value of `branch.name` context variable. The branch name. Case sensitive. |
372372
| `inputs` | Optional | String | By default, an empty list. Key-Value list with the arguments to provide to the workflow |
373373
| `check_name` | Optional | String | When added, after the workflow is complete, add the check name to the checks list on GitHub |
374-
| `stop_ongoing_workflow` | Optional | Bool | By default, `false`. In case the workflow already runs on the branch, if `true`: cancel the ongoing workflow before running the newly dispatched workflow. If `false`: wait for the old workflow to finish before dispatching a new one |
374+
| `stop_ongoing_workflow` | Optional | Bool | By default, `false`. If the workflow already runs on the branch, When `true`: cancel the ongoing workflow before running the newly dispatched workflow. When `false`: wait for the old workflow to finish before dispatching a new one |
375375

376376
</div>
377377

0 commit comments

Comments
 (0)