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

fix(server): add dependency on library in action binding JAR #1504

Closed krzema12 closed 3 months ago

krzema12 commented 3 months ago

Thanks to this, one doesn't have to explicitly depend on the library if a given script uses only the binding. It saves one @file:Repository line from the user's script.