File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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>'
You can’t perform that action at this time.
0 commit comments