File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function createHelpText() {
4848 ${ bold ( 'Additional options' ) }
4949 ${ yellow ( `--token` ) } , ${ yellow ( `-t` ) } GitHub Personal Access Token (PAT) ${ dim ( '(default GITHUB_TOKEN)' ) } .
5050 ${ yellow ( `--hostname` ) } GitHub Enterprise Server ${ bold ( 'hostname' ) } ${ dim ( '(default api.github.com)' ) } .
51- ${ dim ( `For example: ${ yellow ( 'github.example.com' ) } ` ) }
51+ ${ dim ( `For example: ${ yellow ( 'github.example.com' ) } ` ) }
5252
5353 ${ bold ( 'Report options' ) }
5454 ${ yellow ( `--all` ) } Report all below or individually:
@@ -59,7 +59,7 @@ function createHelpText() {
5959 ${ yellow ( `--vars` ) } Report ${ bold ( 'vars' ) } used.
6060 ${ yellow ( `--uses` ) } Report ${ bold ( 'uses' ) } values.
6161 ${ yellow ( `--exclude` ) } Exclude GitHub Actions created by GitHub. ${ dim ( `(can be used with ${ yellow ( '--all' ) } )` ) }
62- ${ dim ( `From https://github.com/actions and https://github.com/github organizations.
62+ ${ dim ( `From https://github.com/actions and https://github.com/github organizations.
6363 Only applies to ${ yellow ( `--uses` ) } .` ) }
6464 ${ yellow ( `--unique` ) } List unique GitHub Actions.
6565 ${ dim (
You can’t perform that action at this time.
0 commit comments