Piotr Krzemiński

Results 127 comments of Piotr Krzemiński

Split current generation into two tasks: * update versions stored in the lock file (new task). It would take action versions, look up the tags/branches and store hash of the...

Replaced with something simpler, see the commits in #87.

Hi @aSemy, thanks for this idea! Originally I planned to do it within #30, but resolved it since the ROI didn't seem high back then. Now when the issue appeared...

Number of times the docs weren't updated to reflect code changes: * several times in the past, no details * the reason of this ticket * breaking change: `targetFile` ->...

@jmfayard do you know if it's possible with Mkdocs to have source code in a separate file and **mark which pieces should not be included in the rendered docs** (context)?...

See PoC at https://github.com/krzema12/github-actions-kotlin-dsl/blob/136-runKotlin-PoC/.github/workflows/script-with-server.main.kts

See discussion at https://kotlinlang.slack.com/archives/C02UUATR7RC/p1648387696252109?thread_ts=1648387696.252109&cid=C02UUATR7RC

@Vampire it's not ideal - no compile time verification of the Kotlin code, no syntax highlighting outside of IntelliJ. But yeah, what you showed is already something, even better if...

This missing feature can now be achieved using `_customArguments` - you can now owerrive built-in attributes without problems. Proper support still to be implemented :)

Here's a draft of the new API, taking into account some of the existing problems. Just read from top to bottom: ```kotlin val myWorkflow = workflow( name = "Test workflow",...