From 35053dc2fc3aa2e6377931f61bbccdcb0ee849f7 Mon Sep 17 00:00:00 2001 From: Franco Riberi Date: Thu, 19 Mar 2020 11:39:46 -0300 Subject: [PATCH] Fix typo error in README.md file [minor] Fix typo error in README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a973bf..c275450 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Unlike standard actions, this action just uses variables from the environment. | PULL_REQUEST_BRANCH | open pull request against this branch | false | master | | PULL_REQUEST_FROM_BRANCH | if a branch isn't found in your GitHub payload, use this branch | false | | | PULL_REQUEST_BODY | the body for the pull request | false | | -| PULL REQUEST_TITLE | the title for the pull request | false | | -| PULL REQUEST_DRAFT | should this be a draft PR? | false | false | +| PULL_REQUEST_TITLE | the title for the pull request | false | | +| PULL_REQUEST_DRAFT | should this be a draft PR? | false | false | All booleans should be lowercase.