Skip to content

Commit

Permalink
Last known good build
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Feb 8, 2025
1 parent 99ad88c commit 7727f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $buildOrderJson = ConvertTo-Json $buildOrder -Depth 99 -Compress

# Add annotation for last known good build
if ($baselineWorkflowRunId) {
Write-Host "::notice::https://github.com/BusinessCentralApps/buildorder/actions/runs/$baselineWorkflowRunId was the last known good build"
Write-Host "::notice::Last known good build: https://github.com/$($env:GITHUB_REPOSITORY)/actions/runs/$baselineWorkflowRunId"
}

# Set output variables
Expand Down

0 comments on commit 7727f27

Please sign in to comment.