X Tutup
Skip to content

Commit 5dfeb1f

Browse files
committed
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.
1 parent 355d281 commit 5dfeb1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cmd/actions/actions.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,5 @@ func actionsExplainer(cs *iostreams.ColorScheme) string {
5656
gh workflow run: Trigger a workflow_dispatch run for a workflow file
5757
5858
To see more help, run 'gh help workflow <subcommand>'
59-
60-
For more in depth help including examples, see online documentation at:
61-
<https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli>
6259
`, header, runHeader, workflowHeader)
6360
}

0 commit comments

Comments
 (0)
X Tutup