Releases: gautamkrishnar/blog-post-workflow
Releases · gautamkrishnar/blog-post-workflow
1.5.3
- Fixing minor bugs
1.5.2
- Ignore Pubdate when sorting is disabled
1.5.1
- Fix for workflow shows "$title" when template is used with randomEmoji: #49
1.5.0
- Dependency upgrades
1.4.9
- Updated wrong error message: #54
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.