Releases: arturo-ojeda/action-regex-match
Releases · arturo-ojeda/action-regex-match
v2.0.5-arturo
Updated @actions/core to avoid setOutput deprecation.
Node upgrade
Upgraded from Node 12 to Node 16
Match all instead of exec
Match all instead of exec
Match all instead of just one result
Runs:
text.match(re).join(" ")
Instead of just exec
Returns all matches as a String