Add workflow job URL and some logging improvements

Record the workflow job run URL for both scaleset and workflow jobs and
add some logging fixes.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2026-02-14 19:36:42 +02:00 committed by Gabriel
parent 3ceb2f7ebb
commit 61e674e1fd
10 changed files with 86 additions and 8 deletions

View file

@ -419,7 +419,8 @@ type WorkflowJob struct {
RepositoryName string
RepositoryOwner string
Labels datatypes.JSON
Labels datatypes.JSON
WorkflowRunURL string
// The entity that received the hook.
//