diff --git a/pkg/cmd/actions/actions.go b/pkg/cmd/actions/actions.go index b93e1171a..f53cdf3ff 100644 --- a/pkg/cmd/actions/actions.go +++ b/pkg/cmd/actions/actions.go @@ -60,6 +60,7 @@ func actionsExplainer(cs *iostreams.ColorScheme, color bool) string { %s gh workflow list: List all the workflow files in your repository + gh workflow view: View details for a workflow file gh workflow enable: Enable a workflow file gh workflow disable: Disable a workflow file gh workflow run: Trigger a workflow_dispatch run for a workflow file