v0.2.7
nektos/actv0.2.7Mar 14, 2020by nektos-ci
AI Summary
This release significantly expands compatibility with GitHub Actions by adding core features like environment context variables, host networking, and support for checking out actions from external repositories.
Key Highlights
- Bump golang to 1.14
- Support actions/checkout for other repos
- Use host network to match GH Actions
- Support step.working-directory
New Features
- Support `env` context in steps
- Bump golang to 1.14
- Support actions/checkout for other repos
- Support step.working-directory
Full Release Notes
## Changelog * fix #134 - support `env` context in steps and include base_ref & head_ref * merge #135 - bump golang to 1.14 * fix #141 - use host network to match GH Actions * fix #122 - support actions/checkout for other repos * fix #132 - add chocolatey install * fix #50 - exclude everything in .gitignore * c439a6ff143b9b3df34a783cc97d8655fdcdcd02 - support nested expressions * 3baf626aa417c64a92a4af9e79209c4cbe130e31 - include file mode/mod_time when cp into container * fix #149 - support step.working-directory * fix #150 - disable dryrun in git clone