From 13f1d99dc9e641fd71788eaf615392329770371b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Fraire=20Willemo=C3=ABs?= Date: Fri, 22 Nov 2019 12:39:09 +0100 Subject: [PATCH] docs: added information about tags to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d718ded..b0c5c60 100644 --- a/README.md +++ b/README.md @@ -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. |