a quick update: bindings compiled just-in-time and...
# github-workflows-kt
p
a quick update: bindings compiled just-in-time and served from a custom Maven-compatible server + Renovate = ❤️ kodee happy https://github.com/LeoColman/Petals/pull/510 I was worried it will mean a lot of work to get such automated updates working (and to make Renovate put two changes in the same PR), but it was as easy as setting up repo URL in POM to the value corresponding to the action's URL. I'm close to removing support for client-side binding and making the presented approach the new experimental one, a candidate for replacing bundled action bindings
🎉 2
github workflows kt 1
for the full picture: to make it work, I needed to implement on-the-fly generation of maven-metadata.xml: https://github-workflows-kt-bindings.colman.com.br/binding/softprops/action-gh-release/maven-metadata.xml which queries GitHub tags and branches