From 5058a09516a4a0a78bafd09d0160632f41149cf4 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 5 Sep 2019 13:13:13 +0100 Subject: [PATCH] act: add page (#3257) --- pages/common/act.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/act.md diff --git a/pages/common/act.md b/pages/common/act.md new file mode 100644 index 0000000000..7abcfef230 --- /dev/null +++ b/pages/common/act.md @@ -0,0 +1,28 @@ +# act + +> Execute GitHub Actions locally using Docker. +> More information: . + +- List the available actions: + +`act -l` + +- Run the default event: + +`act` + +- Run a specific event: + +`act {{event_type}}` + +- Run a specific action: + +`act -a {{action_id}}` + +- Do not actually run the actions (i.e. a dry run): + +`act -n` + +- Show verbose logs: + +`act -v`