dart_github_actions 0.2.1 dart_github_actions: ^0.2.1 copied to clipboard
A project for writing Github Workflows using a type-safe api rather than yaml.
0.2.1 #
- Fix README and LICENSE files
- Add
condition
parameter toJob.uses
andJob.run
extension methods for conditionally adding steps
0.2.0 #
- Default
CustomAciton.inputs
to an empty map
0.1.0 #
- Add Github Expression support through the
Expression
class with the following contexts:- Github context
- Env context
- Secrets context
0.0.1+1 #
- First release