Skip to content

Releases: the-actions-org/workflow-dispatch

v4.0.0

21 Jun 08:39
3133c5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v4.0.0

v4

21 Jun 08:39
3133c5d
Compare
Choose a tag to compare
v4

What's Changed

New Contributors

Full Changelog: v2.1.1...v4

Fix missing await

11 Jan 19:10
Compare
Choose a tag to compare
v2.1.1

fix(trigger) Missing await + indicate that inputs MUST be strings

Log workflow URL

02 Jan 19:09
Compare
Choose a tag to compare

Even if wait-for-completion is set to false, the URL of the triggered workflow will be displayed in logs.

You can still disable this feature by setting display-workflow-run-url to false. You can also control the timings using display-workflow-run-url-interval and display-workflow-run-url-timeout options.

Wait for completion

31 Dec 09:26
Compare
Choose a tag to compare

Trigger the workflow and regularly poll to get the status of the triggered workflow