Skip to content

Releases: gautamkrishnar/blog-post-workflow

1.4.8

22 Jan 23:44
Compare
Choose a tag to compare
  • 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

20 Jan 17:08
Compare
Choose a tag to compare
  • Various bug fixes

1.4.6

20 Jan 16:25
Compare
Choose a tag to compare
  • Added empty committing feature to keep the inactive repositories active: #53
  • Use the pipe to avoid unnecessarily outputs on git pull

1.4.5

11 Jan 09:56
Compare
Choose a tag to compare
  • Bug fixes for 'output_only' mode

1.4.4

11 Jan 09:32
18c6dc9
Compare
Choose a tag to compare
  • Added output_only parameter that Sets the generated array as results 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

11 Jan 07:54
Compare
Choose a tag to compare
  • Minor doc fixes

1.4.2

13 Nov 08:19
Compare
Choose a tag to compare
  • Added removal of trailing space before ... when the title or description is trimmed

1.4.1

12 Nov 18:01
Compare
Choose a tag to compare
  • Added $description variable for template
  • Added description_max_length parameter to trim the long descriptions

1.4.0

02 Nov 19:19
Compare
Choose a tag to compare
  • Handling promises properly, fixes UnhandledPromiseRejectionWarning: #40

1.3.9

01 Nov 07:43
Compare
Choose a tag to compare
  • Fixing wrong error message