Fix typo error in README.md file [minor]

Fix typo error in README.md file
This commit is contained in:
Franco Riberi
2020-03-19 11:39:46 -03:00
committed by GitHub
parent d987bc1511
commit 35053dc2fc

View File

@@ -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.