You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
372
372
|`inputs`| Optional | String | By default, an empty list. Key-Value list with the arguments to provide to the workflow |
373
373
|`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 |
0 commit comments