Skip to content

Commit ee70294

Browse files
committed
docs(README): add working_directory input
1 parent 7435c66 commit ee70294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
| Name | Description | Default |
6868
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
6969
| `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 |
7071
| `dry_run` | Run without creating commit, output to stdout | false |
7172
| `repository` | Repository name to push. Default or empty value represents current github repository | current one |
7273
| `branch` | Destination branch to push changes | Same as the one executing the action by default |

0 commit comments

Comments
 (0)