YAML Params
Version updated for https://github.com/KyleJamesWalker/yaml-params to version v1.0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The YAML Params GitHub Action automates the process of exporting variables from YAML files or inline YAML content into GitHub Actions environment variables or step outputs. It simplifies workflows by supporting nested dictionary flattening, key transformation (e.g., adding prefixes, suffixes, or case conversion), and ensures existing environment variables are preserved. This action is ideal for managing and dynamically injecting configuration values into GitHub Actions workflows.
Release notes
What’s Changed
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/KyleJamesWalker/yaml-params/pull/2
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/KyleJamesWalker/yaml-params/pull/4
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/KyleJamesWalker/yaml-params/pull/3
- Pre 1.0.1 by @KyleJamesWalker in https://github.com/KyleJamesWalker/yaml-params/pull/5
- Support output dests by @KyleJamesWalker in https://github.com/KyleJamesWalker/yaml-params/pull/6
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/KyleJamesWalker/yaml-params/pull/2
Full Changelog: https://github.com/KyleJamesWalker/yaml-params/compare/v1...v1.0.1