From 28af42867af3a773cc0d28897ca5920595938f85 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 15 Jan 2019 21:44:17 -0800 Subject: [PATCH] fix #6 - update the example for running a specific action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6aebac..9dafe18 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ act act pull-request # Run a specific action: -act -t test +act -a test # Run in dry-run mode: act -n