typesafegithub / github-workflows-kt

Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!
https://typesafegithub.github.io/github-workflows-kt/
Apache License 2.0
515 stars 24 forks source link

feat(dsl): allow writing workflow to string #1486

Closed krzema12 closed 3 months ago

krzema12 commented 3 months ago

Closes #1468.

It was possible in 1.x, and this possibility was removed because I assumed no one needs it. It turns out that some users prefer writing the YAML themselves. This simple backward-compatible change gives more freedom to the users of the lib.