-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setting default as false in v3, ref: #20
- Loading branch information
1 parent
6c724fb
commit dcf0eb1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ If you use the workflow as mentioned via GitHub actions following are the option | |
| `committer_email` | `[email protected]` | Email id used while committing to the repo | No | | ||
| `time_elapsed` | `50` | Time elapsed from the previous commit to trigger a new automated commit (in days) | No | | ||
| `auto_push` | `true` | Defines if the workflow pushes the changes automatically | No | | ||
| `auto_write_check` | `true` | Specifies whether the workflow will verify the repository's write access privilege for the token before executing | No | | ||
| `auto_write_check` | `false` | Specifies whether the workflow will verify the repository's write access privilege for the token before executing | No | | ||
|
||
### For Javascript Library | ||
If you are using the JS Library version of the project, please consult the function's DocString in [library.js](library.js) to see the list of available parameters. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters