From 8f51b5e7e4aeae2a0fe52d3d718a8c402c4da621 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 21 Jul 2020 08:38:36 -0700 Subject: [PATCH] Update readme to support new default branch Support #14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 390be26..ab31d64 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The time we greeted you. ## Example usage ```yaml -uses: actions/hello-world-javascript-action@master +uses: actions/hello-world-javascript-action@main with: who-to-greet: 'Mona the Octocat' ```