⭐ Features
- Publish documentation, available at https://krzema12.github.io/github-actions-kotlin-dsl/
- Allow setting arbitrary workflow/job/step attribute (89047e7) (thanks @jmfayard!)
- Add
CustomAction
for adding untyped wrapper (e050db4) (thanks @jmfayard!) - Add Job.timeoutMinutes (c2c6f38) (thanks @NikkyAI!)
- Don't install Kotlin for consistency check (afdb0b9)
New/changed wrappers:
- add google-github-actions/auth@v0 (thanks @NikkyAI!)
- add google-github-actions/setup-gcloud@v0 (thanks @NikkyAI!)
- update docker/build-push-action@v2
Wrapper generator:
- Add
@Deprecated
to wrappers for actions of older versions (e312b6c) (thanks @jmfayard!) - Allow passing custom inputs (a2fc180) (thanks @jmfayard!)
- Allow passing custom versions (3a8f2c4)
🛠️ Fixes
- validate job name when creating Job (ef5022e)
💣 Breaking changes
None.
Full Changelog: v0.10.0...v0.11.0