Skip to content

Commit 27752c7

Browse files
author
Alvaro Muñoz
authored
Merge pull request #90 from github/regexp_actions
Add new sources and summary steps
2 parents 71960b3 + 010ad35 commit 27752c7

9 files changed

+62
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["AsasInnab/regex-action", "*", "input.search_string", "output.first_match", "taint", "manual"]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_first", "taint", "manual"]
7+
- ["MeilCli/regex-match", "*", "input.search_string", "output.matched_json", "taint", "manual"]
8+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["actions-ecosystem/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["dsfx3d/action-extract-unique-matches", "*", "input.text", "output.matches", "taint", "manual"]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["kaisugi/action-regex-match", "*", "input.text", "output.*", "taint", "manual"]
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["paulschuberth/regex-extract-action", "*", "input.haystack", "output.matches", "taint", "manual"]
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["release-kit/regex", "*", "input.string", "output.*", "taint", "manual"]
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSourceModel
5+
data:
6+
- ["tim-actions/get-pr-commits", "*", "output.commits", "text", "manual"]
7+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extensions:
2+
- addsTo:
3+
pack: github/actions-all
4+
extensible: actionsSummaryModel
5+
data:
6+
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultString", "taint", "manual"]
7+
- ["tmelliottjr/extract-regex-action", "*", "input.input", "output.resultArray", "taint", "manual"]
8+

0 commit comments

Comments
 (0)