Skip to content

Commit 123a020

Browse files
authored
fix: org/repo regex (#110)
1 parent 12c260f commit 123a020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validatePR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: regex-match-gha-run
1818
with:
1919
text: ${{ github.event.pull_request.body }}
20-
regex: 'https:\/\/github.com\/.*\/actions\/runs\/'
20+
regex: 'https:\/\/github\.com\/[\w\.-]+\/[\w\.-]+\/actions\/runs\/'
2121
flags: gm
2222
- uses: kaisugi/action-regex-match@45cc5bacf016a4c0d2c3c9d0f8b7c2f1b79687b8
2323
id: regex-match-gh-issue

0 commit comments

Comments
 (0)