From 1e69525fb4ed3ef539b108d1844b2782338046e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=A4thlein?= <benjamin.raethlein@gmail.com> Date: Wed, 21 Oct 2020 17:09:40 +0200 Subject: [PATCH] Update README.md (#399) Add the command structure and another example for a non-default event command to make the usage more clear --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9243302..5b44d58 100644 --- a/README.md +++ b/README.md @@ -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