Document the new default branch (#74)

This commit is contained in:
Mike Rogers 2021-01-03 03:39:35 +00:00 committed by GitHub
parent 1bf41a92a1
commit 3a0787a996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
| name | value | default | description |
| ---- | ----- | ------- | ----------- |
| github_token | string | | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}`. |
| branch | string | master | Destination branch to push changes. Can be passed in using `${{ github.ref }}`. |
| branch | string | main | Destination branch to push changes. Can be passed in using `${{ github.ref }}`. |
| force | boolean | false | Determines if force push is used. |
| tags | boolean | false | Determines if `--tags` is used. |
| directory | string | '.' | Directory to change to before pushing. |