Add support for changing directories before push

This commit is contained in:
Oliver Kopp
2019-10-01 21:42:53 +02:00
parent 1c8b858b13
commit a8bfc1909c
3 changed files with 14 additions and 2 deletions

View File

@@ -29,6 +29,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. |
| directory | string | '.' | Directory to change to before pushing. |
## License