From 2b17de80f67b4a6cdbfdd2825ed810c4aa0475c4 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 12 Apr 2021 14:38:45 -0500 Subject: [PATCH] workflow view --- pkg/cmd/actions/actions.go | 1 + 1 file changed, 1 insertion(+) 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