v0.2.20

nektos/actv0.2.20Feb 8, 2021by nektos-ci

AI Summary

Improves error handling for invalid directives and adds input interpolation capabilities to the workflow runner.

Key Highlights

  • Fixes error when steps have an invalid uses directive
  • Interpolates with: inputs
  • Fixes Cartesian product logic to return empty set if empty set is given
  • Adds GitHub issue templates

New Features

  • Interpolation of with: inputs
  • GitHub issue templates
  • Fixes for invalid uses directive validation

Full Release Notes

## Changelog

661aa08 - Add GitHub issue templates (#512) (Cat™)
316b078 - Shouldn't rewrite dot in a string to index syntax (#502) (KADOTA, Kyohei)
fc46f50 - Update `README.md`/`cmd/root.go` with additional information (#523) (Cat™)
ec6b162 - Fix choco Dockerfile (#515) (Cat™)
eca1b9c - Add lacking environment variables. (#513) (Taiju Muto)
8339f4b - Interpolate `with:` inputs (#511) (Cat™)
22d56c3 - fix: --version, --help do not need check platform config (#508) (Owen Young)
56ec367 - Fix Cartesian product to return empty set if empty set is given (#503) (Ed)
2d1a946 - Throw an error if the steps has a invalid uses directive (#500) (KADOTA, Kyohei)