From c4c538eef36bcc61a7d01e30c08a22e196b98d57 Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Tue, 14 Nov 2023 00:23:30 +0100 Subject: [PATCH] Generate step summary --- main.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ps1 b/main.ps1 index 49e2ace..e2ff9a2 100644 --- a/main.ps1 +++ b/main.ps1 @@ -213,5 +213,6 @@ if ($latest -and($latest.sha -ne $highestVersion.sha)) Write-Output $suggestedCommands +write-output "### Suggested fix:`n```````n$suggestedCommands`n``````" >> $env:GITHUB_STEP_SUMMARY exit $global:returnCode