Skip to content

Commit

Permalink
fixing PS
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons committed Dec 2, 2024
1 parent 8842db3 commit 9a52ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
Write-Output "Diff size is $($changes.Length) bytes"
if ($changes.Length -gt 20480) {
echo "## Changes diff" >> $env:GITHUB_STEP_SUMMARY
echo "```$changes```" >> $env:GITHUB_STEP_SUMMARY
"## Changes diff" >> $env:GITHUB_STEP_SUMMARY
"```$changes```" >> $env:GITHUB_STEP_SUMMARY
throw "Changes diff is > 20KB - too much change to trust without verifying"
return 1
}
Expand Down

0 comments on commit 9a52ddf

Please sign in to comment.