Merge pull request #10770 from cli/wm/doc-unknown-step

Document UNKNOWN STEP in run view
This commit is contained in:
William Martin 2025-04-11 15:49:28 +02:00 committed by GitHub
commit ae7ee522d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(`