Skip to content

Commit

Permalink
Update regex-match.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored May 2, 2022
1 parent 10a9a30 commit 68c6836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regex-match.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
regex_pattern: 'test: ([a-z]{1,10})([0-9])'
search_string: 'test: abc9'
- run: echo 'group1 $group1'
with:
env:
group1: ${{ fromJSON(steps.regex.outputs.matched_json)[1] }}

0 comments on commit 68c6836

Please sign in to comment.