⭐ Features
- add RepositoryDispatch.types
- make outputs accessible for all steps (thanks @Vampire!)
- support getting uses string and YAML arguments as string (thanks @Vampire!)
🛠️ Fixes
💣 Breaking changes
- remove bundled action bindings - see the migration guide: https://typesafegithub.github.io/github-workflows-kt/user-guide/migrating-to-Maven-based-bindings/
- do not return Workflow from workflow builder - from now on, use
useWorkflow
parameter ofworkflow
function - make outputs accessible for all steps - you may need to replace
Step
with e.g.Step<*>
or a particular type
The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v2.3.0...v3.0.0