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(dsl): support serializing Double #1485

Closed haifengkao closed 3 months ago

haifengkao commented 3 months ago

without isDouble, the converting process may fail with number 0.0

krzema12 commented 3 months ago

Please don't pay attention to the failing Kotlin scripts building job. It's not your fault.