From 48274f3118f2357e536dfabf3ee5ca42535fdcc0 Mon Sep 17 00:00:00 2001 From: William Martin Date: Fri, 11 Apr 2025 15:23:18 +0200 Subject: [PATCH] Document UNKNOWN STEP in run view --- pkg/cmd/run/view/view.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/cmd/run/view/view.go b/pkg/cmd/run/view/view.go index d46c2c9a9..5b8a1da87 100644 --- a/pkg/cmd/run/view/view.go +++ b/pkg/cmd/run/view/view.go @@ -118,6 +118,10 @@ func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Comman This command does not support authenticating via fine grained PATs as it is not currently possible to create a PAT with the %[1]schecks:read%[1]s permission. + + Due to platform limitations, %[1]sgh%[1]s may not always be able to associate log lines with a + particular step in a job. In this case, the step name in the log output will be replaced with + %[1]sUNKNOWN STEP%[1]s. `, "`"), Args: cobra.MaximumNArgs(1), Example: heredoc.Doc(`