Ternary Operator Action
Version updated for https://github.com/somaz94/ternary-operator to version v1.5.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Ternary Operator GitHub Action evaluates conditional expressions to dynamically set outputs, enabling flexible, condition-driven workflows. It automates tasks like conditional deployments, dynamic configurations, and feature flag management by supporting a wide range of operators (e.g., comparison, logical, string, regex) and providing features like default values, JSON outputs, and debug logging. This lightweight, dependency-free action simplifies complex decision-making in CI/CD pipelines.
Release notes
Documentation
- update changelog by @actions-user
- update CONTRIBUTORS.md by @actions-user
- update documentation for new operators, inputs, and outputs by @somaz94
Features
- add new operators, inputs, and result JSON output by @somaz94
Testing
- add tests for new features and improve coverage to 99% by @somaz94
Full Changelog: https://github.com/somaz94/ternary-operator/compare/v1.4.1...v1.5.0