Skip to content

Commit 42d2da8

Browse files
committed
Preserve list fomatting in web docs for gh actions
1 parent eb35a34 commit 42d2da8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkg/cmd/actions/actions.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ func actionsExplainer(cs *iostreams.ColorScheme) string {
4848
4949
GitHub CLI integrates with Actions to help you manage runs and workflows.
5050
51-
%s
52-
gh run list: List recent workflow runs
53-
gh run view: View details for a workflow run or one of its jobs
54-
gh run watch: Watch a workflow run while it executes
55-
gh run rerun: Rerun a failed workflow run
51+
%s
52+
gh run list: List recent workflow runs
53+
gh run view: View details for a workflow run or one of its jobs
54+
gh run watch: Watch a workflow run while it executes
55+
gh run rerun: Rerun a failed workflow run
5656
gh run download: Download artifacts generated by runs
5757
5858
To see more help, run 'gh help run <subcommand>'
5959
60-
%s
61-
gh workflow list: List all the workflow files in your repository
62-
gh workflow view: View details for a workflow file
63-
gh workflow enable: Enable a workflow file
64-
gh workflow disable: Disable a workflow file
60+
%s
61+
gh workflow list: List all the workflow files in your repository
62+
gh workflow view: View details for a workflow file
63+
gh workflow enable: Enable a workflow file
64+
gh workflow disable: Disable a workflow file
6565
gh workflow run: Trigger a workflow_dispatch run for a workflow file
6666
6767
To see more help, run 'gh help workflow <subcommand>'

0 commit comments

Comments
 (0)