Skip to content

Commit f3307d5

Browse files
update rit github trigger workflow formula definition
Signed-off-by: GuillaumeFalourd <[email protected]>
1 parent 467c3ee commit f3307d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Finally, you can check if the repository has been imported correctly by executin
6565

6666
- [Trigger Github Actions Workflow](https://github.com/GuillaumeFalourd/formulas-github/blob/master/github/trigger/workflow/README.md): `rit github trigger workflow`
6767

68-
*Formula to trigger through a command line a `repository_dispatch` or a `workflow_dispatch` event on any repository the user has access to, with or without `client_payload` / `inputs`.*
68+
*Formula to trigger through a command line a Github Actions workflow using a `repository_dispatch` or a `workflow_dispatch` event, on any repository the user has access to, with or without `client_payload` / `inputs`.*
6969

7070
- [Update Github Repo Default Branch](https://github.com/GuillaumeFalourd/formulas-github/tree/master/github/update/repo/default-branch): `rit github update repo default-branch`
7171

github/trigger/workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rit github trigger workflow
1313

1414
## Description
1515

16-
Formula to trigger through a command line a `repository_dispatch` or a `workflow_dispatch` event on any repository the user has access to, with or without `client_payload` / inputs.
16+
Formula to trigger through a command line a Github Actions workflow using a `repository_dispatch` or a `workflow_dispatch` event, on any repository the user has access to, with or without `client_payload` / inputs.
1717

1818
For the `workflow_dispatch` type, the formula allows to select the workflow and the branch to trigger during the command execution.
1919

0 commit comments

Comments
 (0)