Update README.md

This commit is contained in:
Honza Bittner
2019-10-10 11:50:13 +02:00
committed by GitHub
parent 3c4ff2ea5b
commit 6cdf958b53

View File

@@ -32,7 +32,7 @@ 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. |