Update documentation and "action.yml"
This commit is contained in:
parent
358cef5702
commit
39378bb473
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user