Run runn
Version updated for k2tzumi/runn-action to version v0.89.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
Breaking Changes đź›
- Error if the file does not exist. by @k1LoW in https://github.com/k1LoW/runn/pull/662
- Fix single value expand by @k1LoW in https://github.com/k1LoW/runn/pull/664
- Add the concept of scope. by @k1LoW in https://github.com/k1LoW/runn/pull/663
- Add
run:exec
scope. and deny by default. by @k1LoW in https://github.com/k1LoW/runn/pull/667
New Features 🎉
- Support wildcards in
json://
andyaml://
so that values can be retrieved with slice by @k1LoW in https://github.com/k1LoW/runn/pull/545
Other Changes
- Listing variable expansion patterns in the Include runner. by @k1LoW in https://github.com/k1LoW/runn/pull/661
- Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in https://github.com/k1LoW/runn/pull/665
- Refactor generating runbook ID by @k1LoW in https://github.com/k1LoW/runn/pull/666
- Add prefix to random ID to make it clear that it is randomly generated by @k1LoW in https://github.com/k1LoW/runn/pull/668
Full Changelog: https://github.com/k1LoW/runn/compare/v0.88.0...v0.89.0
What’s Changed
- feat: allow version input to action by @k2tzumi in https://github.com/k2tzumi/runn-action/pull/23
- Add version description by @k2tzumi in https://github.com/k2tzumi/runn-action/pull/24
- Fix
unexpected EOF while looking for matching
by @k2tzumi in https://github.com/k2tzumi/runn-action/pull/25
Full Changelog: https://github.com/k2tzumi/runn-action/compare/v0.83.1...v0.89.0