Skip to content

Commit

Permalink
File sync from bmos/fg-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2023
1 parent 690a069 commit 7b0ee0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
regex: '[A-Za-z]+:\s+'
replacement: ''

- id: removetabs
- id: removenametabs
uses: ashley-taylor/regex-property-action@v1
with:
value: ${{ steps.removenameprefix.outputs.value }}
Expand All @@ -44,7 +44,7 @@ jobs:
- id: removeapostrophes
uses: ashley-taylor/regex-property-action@v1
with:
value: ${{ steps.removetabs.outputs.value }}
value: ${{ steps.removenametabs.outputs.value }}
regex: "'"
replacement: ''

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
regex: '[A-Za-z]+:\s'
replacement: ''

- id: removetabs
- id: removeauthortabs
uses: ashley-taylor/regex-property-action@v1
with:
value: ${{ steps.removeauthorprefix.outputs.value }}
Expand All @@ -93,7 +93,7 @@ jobs:
- id: removeauthorapostrophes
uses: ashley-taylor/regex-property-action@v1
with:
value: ${{ steps.removetabs.outputs.value }}
value: ${{ steps.removeauthortabs.outputs.value }}
regex: "'"
replacement: ''

Expand Down

0 comments on commit 7b0ee0e

Please sign in to comment.