I’m curious, why do the files use the existing .ma...
# github-workflows-kt
a
I’m curious, why do the files use the existing .main.kts script context? How about if there was a .github_workflow.kts context, which could provide variables (just like how the .main.kts script provides
args
)?
p
How would you implement a custom context?
p
.main.kts is used for simplicity, because it works out of the box and is familiar to most users
a
I’m not sure how much improvement it would bring, or whether it’s possible - but I think it could be more ergonomic.
p
Happy to see some PoC
Sound interesting, worth checking out this path
a
okay cool, I might have a play around
I wanted to ask first, in case it was already investigated and wasn’t worthwhile
b
Main blocker here us that the consumer would need to install yet another tool/plugin to use kts workflows