From 5dfeb1f7ce9be3a92fb33ac845d113ce51aa8f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 26 Aug 2021 15:48:08 +0200 Subject: [PATCH] Remove defunct link from `gh actions` The online guide that was GitHub CLI-specific no longer exists. Instead, "GitHub CLI" sections were added to existing individual articles about managing workflow runs. --- pkg/cmd/actions/actions.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/actions/actions.go b/pkg/cmd/actions/actions.go index 7880a9a6c..350a96b15 100644 --- a/pkg/cmd/actions/actions.go +++ b/pkg/cmd/actions/actions.go @@ -56,8 +56,5 @@ func actionsExplainer(cs *iostreams.ColorScheme) string { gh workflow run: Trigger a workflow_dispatch run for a workflow file To see more help, run 'gh help workflow ' - - For more in depth help including examples, see online documentation at: - `, header, runHeader, workflowHeader) }