X Tutup
Skip to content

Commit 052d658

Browse files
committed
Revert "Whitespace"
Trailing whitespace is significant in Markdown. This reverts commit 682c15d.
1 parent 89ce78e commit 052d658

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
@@ -37,20 +37,20 @@ func actionsExplainer(cs *iostreams.ColorScheme) string {
3737
3838
GitHub CLI integrates with Actions to help you manage runs and workflows.
3939
40-
%s
41-
gh run list: List recent workflow runs
42-
gh run view: View details for a workflow run or one of its jobs
43-
gh run watch: Watch a workflow run while it executes
44-
gh run rerun: Rerun a failed workflow run
40+
%s
41+
gh run list: List recent workflow runs
42+
gh run view: View details for a workflow run or one of its jobs
43+
gh run watch: Watch a workflow run while it executes
44+
gh run rerun: Rerun a failed workflow run
4545
gh run download: Download artifacts generated by runs
4646
4747
To see more help, run 'gh help run <subcommand>'
4848
49-
%s
50-
gh workflow list: List all the workflow files in your repository
51-
gh workflow view: View details for a workflow file
52-
gh workflow enable: Enable a workflow file
53-
gh workflow disable: Disable a workflow file
49+
%s
50+
gh workflow list: List all the workflow files in your repository
51+
gh workflow view: View details for a workflow file
52+
gh workflow enable: Enable a workflow file
53+
gh workflow disable: Disable a workflow file
5454
gh workflow run: Trigger a workflow_dispatch run for a workflow file
5555
5656
To see more help, run 'gh help workflow <subcommand>'

0 commit comments

Comments
 (0)
X Tutup