From d13d503a758c8c768671600812d000fac3412e0c Mon Sep 17 00:00:00 2001 From: anarcher Date: Tue, 8 Oct 2019 10:53:54 +0900 Subject: [PATCH] Add some explanation for repository input --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94614e2..b7446bf 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ jobs: | name | value | default | description | | ---- | ----- | ------- | ----------- | -| github_token | string | | Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'. | +| 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. | | directory | string | '.' | Directory to change to before pushing. | -| repository | string | '' | Repository name. Default or empty repository name represents current github repository. | +| repository | string | '' | Repository name. Default or empty repository name represents current github repository. If you want to push other repository, you should make a personal access token(https://github.com/settings/tokens) and put it with github_token. | ## License