v0.2.19

nektos/actv0.2.19Jan 23, 2021by nektos-ci

AI Summary

Enhances workflow execution by making secrets case-insensitive, adding environment variable flags, and improving error reporting for syntax.

Key Highlights

  • Make all secrets case insensitive by formatting them to uppercase
  • Added --env flag to pass environment vars without file
  • Added survey during first run for a default image
  • Report error when if expression is invalid

New Features

  • Secrets case insensitivity
  • Added --env flag
  • Auto-detect event flag
  • Survey for default image

Full Release Notes

## Changelog

* Make all secrets case insensitive by formatting them to uppercase (#470)
* Fix issue #416 (#423)
* Make stale bot action less aggressive (#478)
* Fix a small confusion in readme (#477)
* Update parts of repo (#476)
* Fix "reference not found" error on checkout (#433) (#471)
* Add --env flag to pass environment vars without file (#474)
* Format sources with gofmt (#472)
* update stale labels to stop closing issues that are NOT stale
* Add autodetect event flag (#486)
* Report error when `if` expression is invalid (#485)
* Add survey during first run for a default image (#483)
* Load .secrets file as default (#488)
* Stop current execution if there is the invalid syntax in the workflow
* Print error with workflow/job information when runs-on key is not def