Skip to content

Commit

Permalink
feat: ?<JavaScript_Class> ( Fixes #229, Fixes #236 )
Browse files Browse the repository at this point in the history
Adjusting action replacement
  • Loading branch information
James Brundage committed Sep 22, 2024
1 parent 81f9d13 commit 5d3de8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/GitHub/Actions/Irregular.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function InvokeActionModule {
ForEach-Object {
$inFile = $_
$inOutput = . $inFile.FullName
Get-Item -LiteralPath ($inFile.FullName -replace '\.regex\.source\.ps1$', 'regex.txt') |
Get-Item -LiteralPath ($inFile.FullName -replace '\.regex\.source\.ps1$', '.regex.txt') |
ProcessOutput |
Out-Host
}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ runs:
ForEach-Object {
$inFile = $_
$inOutput = . $inFile.FullName
Get-Item -LiteralPath ($inFile.FullName -replace '\.regex\.source\.ps1$', 'regex.txt') |
Get-Item -LiteralPath ($inFile.FullName -replace '\.regex\.source\.ps1$', '.regex.txt') |
ProcessOutput |
Out-Host
}
Expand Down

0 comments on commit 5d3de8a

Please sign in to comment.