Skip to content

Commit

Permalink
bug: fix missing json flag (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate authored Nov 13, 2024
1 parent 81601d7 commit be2ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-getexamples/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
throw "At least one example must be present for Azure Verified Modules"
}
$e2eTestsJson = ConvertTo-Json $e2eTests
$e2eTestsJson = ConvertTo-Json $e2eTests -Compress
Write-Output "examples=$e2eTestsJson" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit be2ecba

Please sign in to comment.