From a4491334a72ea36f0f46fedd6aeaebb40a4b6e61 Mon Sep 17 00:00:00 2001 From: anarcher Date: Tue, 8 Oct 2019 23:18:45 +0900 Subject: [PATCH] Modify & Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7446bf..16dbba1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: | 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. 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. | +| 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. | ## License