v0.2.6

nektos/actv0.2.6Mar 6, 2020by nektos-ci

AI Summary

A maintenance release addressing edge cases in workflow execution, specifically related to environment variables, matrix builds, and configuration file parsing.

Key Highlights

  • Ensure container names are unique for matrix runs
  • Support reading env variables from .env
  • Support toJson and toJSON

New Features

  • Support reading env variables from .env
  • Support toJson and toJSON

Full Release Notes


## Changelog

* fix #121 and #123 - add support for reading env variables from .env (#133)
* fix #127 - force eval as a boolean (#131)
* fix #128: guard against empty actionName when 'uses: ./' (#130) 
* fix #108 - ensure container names are unique for matrix runs
* fix #117 - handle whitespace in actrc secrets (#118)
* fix #115 - support toJson and toJSON (#116)