Skip to content

Commit e426e2d

Browse files
File sync from bmos/fg-workflows
1 parent a665386 commit e426e2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/luacheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: ashley-taylor/regex-property-action@1.2
3333
with:
3434
value: ${{ steps.getnamefromxml.outputs.info }}
35-
regex: '.*:\s'
35+
regex: '[A-Za-z]+:\s'
3636
replacement: ''
3737

3838
- id: shortenextname
@@ -75,7 +75,7 @@ jobs:
7575
uses: ashley-taylor/regex-property-action@1.2
7676
with:
7777
value: ${{ steps.getauthorfromxml.outputs.info }}
78-
regex: '.*:\s'
78+
regex: '[A-Za-z]+:\s'
7979
replacement: ''
8080

8181
- id: shortenauthorname

0 commit comments

Comments
 (0)