-
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.
- Loading branch information
1 parent
9248819
commit 63f3cca
Showing
1 changed file
with
1 addition
and
0 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,6 +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 | | ||
|
||
### 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. | ||
|