Releases: convictional/trigger-workflow-and-wait
Releases · convictional/trigger-workflow-and-wait
v1.6.5 - replace set-output, wait_interval escape bug fix
What's Changed
- The
set-output
command is deprecated by @grzegorz-faryna-mergermarket in #63 - Escape wait_interval on line 87 by @b8fd286fcb585385 in #69
- Utilize the auto generated github token for comments by @bogaertg & @rabih in #74
New Contributors
- @grzegorz-faryna-mergermarket made their first contribution in #63
- @b8fd286fcb585385 made their first contribution in #69
- @bogaertg made their first contribution in #74
Full Changelog: v1.6.4...v1.6.5
v1.6.4 expose a couple variables, ignore server errors
What's Changed
- Expose Conclusion as an action output by @Danphillipz in #58
- action: add option to post the workflow URL by @witekio-kwe in #57
- entrypoint.sh: ignore Server Error responses by @witekio-kwe in #56
New Contributors
- @Danphillipz made their first contribution in #58
- @witekio-kwe made their first contribution in #57
Full Changelog: v1.6.3...v1.6.4
v1.6.3 - use secret token for pipeline tests
What's Changed
Full Changelog: v1.6.2...v1.6.3
1.6.2 release
What's Changed
- Updated 1.3.0 --> 1.6.0 in README by @keithconvictional in #45
- Refactor Dockerfile, script and add GitHub Actions by @duhow in #46
- Restore lost changes from #41 by @neilmayhew in #47
- Github actions rework by @rabih in #50
New Contributors
Full Changelog: v1.6.0...v1.6.2
v1.6.0
What's Changed
- Add logic to fetch the triggered workflow id by @shabih-paystack in #23
- Restore sleep interval by @yurist38 in #17
- Read github server and API URL from env variable. by @LakshmiRavali in #21
- Fail the task if there are errors by @hex0cter in #25
- Refactor dockerfile and entrypoint script by @duhow in #41
- Determine workflow run id more robustly to avoid race conditions by @neilmayhew in #37
New Contributors
- @yurist38 made their first contribution in #17
- @LakshmiRavali made their first contribution in #21
- @hex0cter made their first contribution in #25
- @duhow made their first contribution in #41
- @neilmayhew made their first contribution in #37
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- Add workflow_id and workflow_url as action outputs (#14)
1.4.0
- Avoidable loss of 10sec of runner (#7)
v1.3.0
- Removed event type
- Fixed spelling errors
- Update ref to use $ref (With default main) and not $INPUT_REF as default
- Updated the README
- Updated the API for fetching dispatches.
- Add additional parameters:
- ref
- inputs: pass arguments to the action that is being triggered (renamed from client_payload, this is according to the latest docs)
- propagate_failure: whether to fail the parent job if the child fails
- trigger_workflow: maybe you just want to wait for a job to finish
- wait_workflow: maybe you just want to trigger the job
v1.2.0
Added support for:
- Client payload
- Changed to wait for specific workflow to finish compared to the general job. This is a breaking change compared to
v1.0.1
and you will need to add the workflow name to your arguments.
v1.0.1
Bug fixes:
- JQ was missing in Docker
- CURL was missing in Docker