Piotr KrzemiĆski
04/30/2024, 7:57 AMaction-updates-checker
) will likely get its own page in the docs once it's ready to be properly announcedPiotr KrzemiĆski
04/30/2024, 8:06 AMifKotlin = { github.ref == "refs/heads/main"}
- inside the curly braces, you can put any Kotlin logic you want. github.ref
doesn't return the placeholder here like inside expr { }
, it's the actual value deserialized from the github
context, available for you to process with any Kotlin logic you wish.
Pretty powerful, beware to not abuse this power!