Skip to content

Commit

Permalink
feat: ?<JavaScript_Class> ( Fixes #229, Fixes #236 )
Browse files Browse the repository at this point in the history
Dotting ProcessOutput
  • Loading branch information
James Brundage committed Sep 22, 2024
1 parent 3839f6d commit 7acc85f
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 @@ -176,7 +176,7 @@ function InvokeActionModule {
$inFile = $_
$inOutput = . $inFile.FullName
Get-Item -LiteralPath ($inFile.FullName -replace '\.source', '' -replace '\.ps1$', '.txt') |
ProcessOutput |
. 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 @@ -233,7 +233,7 @@ runs:
$inFile = $_
$inOutput = . $inFile.FullName
Get-Item -LiteralPath ($inFile.FullName -replace '\.source', '' -replace '\.ps1$', '.txt') |
ProcessOutput |
. ProcessOutput |
Out-Host
}
}
Expand Down

0 comments on commit 7acc85f

Please sign in to comment.