Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sarahschwartz/cmd-regex-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Command Regex Extract

Extracts strings from a command output using regex inputs, and returns a list of matches.

- uses: sarahschwartz/cmd-regex-extract@main
  with:
   command: 'echo "Version: 1.2.3-beta"'
    regex-inputs: |
        ([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+)?)

About

An action to extract regex matches from a command output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published