File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments