From 7e7e6c8e3fcea917d8a06665936346a9f9ab3c6b Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 4 Mar 2019 08:07:21 -0500 Subject: [PATCH] Quick README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae24aa97..781bf483 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ action "master branch only" { } action "Deploy to gh-pages" { - uses = "JamesIves/github-pages-deploy-action@access" + uses = "JamesIves/github-pages-deploy-action@master" env = { BRANCH = "gh-pages" BUILD_SCRIPT = "npm install && npm run-script build"