Skip to content

Releases: convictional/trigger-workflow-and-wait

v1.6.5 - replace set-output, wait_interval escape bug fix

16 Nov 18:26
f69fa9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.4...v1.6.5

v1.6.4 expose a couple variables, ignore server errors

08 Oct 07:24
d7939b4
Compare
Choose a tag to compare

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

29 Apr 20:12
a382075
Compare
Choose a tag to compare

What's Changed

  • Change action workflow to use project token by @rabih in #51

Full Changelog: v1.6.2...v1.6.3

1.6.2 release

26 Apr 22:10
c53a4c8
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rabih made their first contribution in #50

Full Changelog: v1.6.0...v1.6.2

v1.6.0

09 Mar 02:01
8be90d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Jul 20:36
6b79078
Compare
Choose a tag to compare
  • Add workflow_id and workflow_url as action outputs (#14)

1.4.0

17 Jun 18:20
b3813dc
Compare
Choose a tag to compare
  • Avoidable loss of 10sec of runner (#7)

v1.3.0

25 Jan 19:17
6acf163
Compare
Choose a tag to compare
  • 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

02 Dec 14:14
7369669
Compare
Choose a tag to compare

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

08 Jul 13:34
1b91bfd
Compare
Choose a tag to compare

Bug fixes:

  • JQ was missing in Docker
  • CURL was missing in Docker