Releases: gautamkrishnar/blog-post-workflow
Releases · gautamkrishnar/blog-post-workflow
1.4.8
- Added
enable_keepalive
flag: Workflow will automatically do a dummy commit to leep the repository active if there is no commit activity for the last 50 days. GitHub will stop running all cron based triggers if the repository is not active for more than 60 days. This flag allows you to disable this feature. See #53 for more details.
1.4.7
- Various bug fixes
1.4.6
- Added empty committing feature to keep the inactive repositories active: #53
- Use the pipe to avoid unnecessarily outputs on git pull
1.4.5
- Bug fixes for 'output_only' mode
1.4.4
- Added
output_only
parameter that Sets the generated array asresults
output variable so that it can be consumed in other actions and parsed via utilities like jq. This will also prevent committing to readme.
1.4.3
- Minor doc fixes
1.4.2
- Added removal of trailing space before
...
when the title or description is trimmed
1.4.1
- Added
$description
variable for template - Added
description_max_length
parameter to trim the long descriptions
1.4.0
- Handling promises properly, fixes
UnhandledPromiseRejectionWarning
: #40
1.3.9
- Fixing wrong error message