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 e3b8ae0 commit 05270bd
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 @@ -12,6 +12,6 @@ jobs:
with:
regex_pattern: 'test: ([a-z]{1,10})([0-9])'
search_string: 'test: abc9'
- run: echo 'group1: $group1'
- run: echo 'group1 $group1'
with:
group1: ${{ fromJSON(steps.regex.outputs.matched_json)[1] }}

0 comments on commit 05270bd

Please sign in to comment.