i stumbled over the fact that `job.name` is not t...
# github-workflows-kt
n
i stumbled over the fact that
job.name
is not the same field as
Job(name=)
as what the dsl calls name is actually the id.. and name can be set as a display property.. maybe something we would like to fix earlier rather than later..
p
Yeah, good catch, thanks! It will be a breaking change, but something worth fixing. Tracking in https://github.com/krzema12/github-actions-kotlin-dsl/issues/152
n
this add a second job builder and deprecates the old one, when the IDE works properly it will be a single click fix.. and until then the old call will still continue doing the same
p
Thanks for taking care, will review in spare time 👍