actions-ecosystem/Actions Ecosystem Action Regex Match

Match a input text with a input regex.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit Apr 30, 2023
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-ecosystem/action-regex-match@9e6c4fb3d5e898f505be7a1fb6e7b0a278f6665b # v2.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
textA text as the target for inputs.regex.yes
regexA regex for inputs.text. Supports capturing groups.yes
flagsFlags for inputs.regex. e.g.) 'g', 'gm'no
namedescription
matchThe whole matched text. If the inputs.regex doesn't match inputs.text, this value is ''.
group1The 1st captured group.
group2The 2nd captured group.
group3The 3rd captured group.
group4The 4th captured group.
group5The 5th captured group.
group6The 6th captured group.
group7The 7th captured group.
group8The 8th captured group.
group9The 9th captured group.