Update documentation and "action.yml"

This commit is contained in:
anarcher 2019-10-06 20:17:06 +09:00
parent 358cef5702
commit 39378bb473
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +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. |
## License

View File

@ -8,6 +8,10 @@ inputs:
github_token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
repository:
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
default: ''
required: false
branch:
description: 'Destination branch to push changes'
required: false