Environment/Output Setter
Version updated for https://github.com/somaz94/env-output-setter to version v1.6.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Environment/Output Setter is a GitHub Action designed to automate the process of setting multiple key-value pairs in $GITHUB_ENV (for environment variables) and $GITHUB_OUTPUT (for workflow outputs). It simplifies workflows by allowing dynamic definition and transformation of variables and outputs, enabling seamless data sharing between steps in a pipeline. Additionally, it supports advanced features like JSON handling, value masking, and debugging, addressing common challenges in managing environment data within CI/CD workflows.
Release notes
Bug Fixes
- preserve JSON values with commas during delimiter split by @somaz94
Full Changelog: https://github.com/somaz94/env-output-setter/compare/v1.6.0...v1.6.1