Skip to content

Commit

Permalink
Fix: Irregular Action regex.source.ps1 support ( Fixes #236 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Sep 22, 2024
1 parent 72233a8 commit 0b871c5
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 {
Write-Information "::notice file=$($_.FullName)::Running $($_.Name)"
. $_.FullName |
Get-Item -LiteralPath ($_.FullName -replace '\.regex\.source\.ps1$', '\regex\.txt') |
. $processScriptOutput |
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:
Write-Information "::notice file=$($_.FullName)::Running $($_.Name)"
. $_.FullName |
Get-Item -LiteralPath ($_.FullName -replace '\.regex\.source\.ps1$', '\regex\.txt') |
. $processScriptOutput |
ProcessOutput |
Out-Host
}
}
Expand Down

0 comments on commit 0b871c5

Please sign in to comment.