Skip to content

Commit 99dfac0

Browse files
committed
update README
1 parent 8e9ee10 commit 99dfac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040

41-
- uses: kaisugi/action-regex-match@main
41+
- uses: kaisugi/action-regex-match@v1.0.0
4242
id: regex-match
4343
with:
4444
text: ${{ github.event.comment.body }}
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v3
6464

65-
- uses: kaisugi/action-regex-match@main
65+
- uses: kaisugi/action-regex-match@v1.0.0
6666
id: regex-match
6767
with:
6868
text: ${{ github.event.comment.body }}

0 commit comments

Comments
 (0)