|
67 | 67 | | Name | Description | Default |
|
68 | 68 | | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
|
69 | 69 | | `github_token` | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}`. Required if `push: true` | - |
|
| 70 | +| `working_directory` | Change to this directory before running | repo root directory | |
70 | 71 | | `dry_run` | Run without creating commit, output to stdout | false |
|
71 | 72 | | `repository` | Repository name to push. Default or empty value represents current github repository | current one |
|
72 | 73 | | `branch` | Destination branch to push changes | Same as the one executing the action by default |
|
|
0 commit comments