Skip to content

Commit 6921497

Browse files
File sync from bmos/fg-workflows
1 parent f1a9dd5 commit 6921497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/luacheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
regex: '[A-Za-z]+:\s+'
3535
replacement: ''
3636

37-
- id: removetabs
37+
- id: removenametabs
3838
uses: ashley-taylor/regex-property-action@v1
3939
with:
4040
value: ${{ steps.removenameprefix.outputs.value }}
@@ -44,7 +44,7 @@ jobs:
4444
- id: removeapostrophes
4545
uses: ashley-taylor/regex-property-action@v1
4646
with:
47-
value: ${{ steps.removetabs.outputs.value }}
47+
value: ${{ steps.removenametabs.outputs.value }}
4848
regex: "'"
4949
replacement: ''
5050

@@ -83,7 +83,7 @@ jobs:
8383
regex: '[A-Za-z]+:\s'
8484
replacement: ''
8585

86-
- id: removetabs
86+
- id: removeauthortabs
8787
uses: ashley-taylor/regex-property-action@v1
8888
with:
8989
value: ${{ steps.removeauthorprefix.outputs.value }}
@@ -93,7 +93,7 @@ jobs:
9393
- id: removeauthorapostrophes
9494
uses: ashley-taylor/regex-property-action@v1
9595
with:
96-
value: ${{ steps.removetabs.outputs.value }}
96+
value: ${{ steps.removeauthortabs.outputs.value }}
9797
regex: "'"
9898
replacement: ''
9999

0 commit comments

Comments
 (0)