Skip to content

Commit

Permalink
Remove defunct link from gh actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mislav committed Aug 26, 2021
1 parent 355d281 commit 5dfeb1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/actions/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <subcommand>'
For more in depth help including examples, see online documentation at:
<https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli>
`, header, runHeader, workflowHeader)
}

0 comments on commit 5dfeb1f

Please sign in to comment.