We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bb194 commit d67cd68Copy full SHA for d67cd68
2 files changed
README.md
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- uses: actions/checkout@v3
40
41
- - uses: kaisugi/action-regex-match@v1.0.1
+ - uses: kaisugi/action-regex-match@v1.0.2
42
id: regex-match
43
with:
44
text: ${{ github.event.comment.body }}
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "action-regex-match",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "GitHub Action to do regex matching",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments