v0.0.5
nektos/actv0.0.5Jan 18, 2019by cplee
AI Summary
This release focuses on fixing bugs related to Git references and adds a 'reuse' mode to allow act to function as a fast local task runner without creating containers for every step.
Key Highlights
- Added 'reuse' mode to allow act to be used as a fast local task runner
- Fixed handling of git revisions for non-symbolic HEAD
- Allowed empty string secrets
- Refactored actions to improve testability
New Features
- 'reuse' mode
- Empty secrets support
Full Release Notes
## Changelog cb0704e fixup handling of git revisions for non-branch HEAD 20f20ed fix issue from PR #10 8793c8a add support for 'reuse' mode to allow act to be used for a fast local task runner 317a305 refactor actions to improve testability 19d1d0c Merge pull request #10 from Code0x58/non-symbolic-ref-HEAD 1ead030 Allow non-symbolic-ref HEAD 949dc46 Merge pull request #9 from Code0x58/allow-empty-secret dcd235b Allow empty string secrets