docs: added information about tags to README

This commit is contained in:
Santiago Fraire Willemoës 2019-11-22 12:39:09 +01:00
parent 508672e3d6
commit 13f1d99dc9

View File

@ -41,6 +41,7 @@ jobs:
| github_token | string | | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}`. |
| branch | string | 'master' | Destination branch to push changes. |
| force | boolean | false | Determines if force push is used. |
| tags | boolean | false | Determines if `--tags` is used. |
| directory | string | '.' | Directory to change to before pushing. |
| repository | string | '' | Repository name. Default or empty repository name represents current github repository. If you want to push to other repository, you should make a [personal access token](https://github.com/settings/tokens) and use it as the `github_token` input. |