From a43024e6c04d9bd62101961dbf0b8f986512eb3b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 24 Apr 2021 14:29:50 +0900 Subject: [PATCH] docs: update description of disable_nojekyll --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 175640d..14ad067 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ inputs: required: false default: 'false' disable_nojekyll: - description: 'An alias for enable_jekyll to disable adding .nojekyll file to master or gh-pages branches' + description: 'An alias for enable_jekyll to disable adding .nojekyll file to a publishing branch' required: false default: 'false' cname: