Check value regex
Version updated for https://github.com/robandpdx/check-value-regex to version v2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action checks if a given input value matches a specified regular expression and provides an output indicating whether the match was successful or not. It can be used to automate conditional logic in workflows based on regex validation, simplifying tasks like data sanitization or ensuring data integrity.
What’s Changed
Upgrade to Node.js 245 runtime