File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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
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 }}
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
You can’t perform that action at this time.
0 commit comments