Update README.md (#399)
Add the command structure and another example for a non-default event command to make the usage more clear
This commit is contained in:
parent
4791a9bc44
commit
1e69525fb4
1 changed files with 7 additions and 1 deletions
|
@ -49,9 +49,15 @@ or in a shell by running
|
|||
# Commands
|
||||
|
||||
```
|
||||
# List the actions
|
||||
# Command structure:
|
||||
act [event name to run] [flags]
|
||||
|
||||
# List the actions for the default event:
|
||||
act -l
|
||||
|
||||
# List the actions for a specific event:
|
||||
act workflow_dispatch -l
|
||||
|
||||
# Run the default (`push`) event:
|
||||
act
|
||||
|
||||
|
|
Loading…
Reference in a new issue