Merge pull request #9052 from jasonodonnell/trunk

Fix doc bug for gh run watch
This commit is contained in:
William Martin 2024-05-21 18:04:24 +02:00 committed by GitHub
commit 7dc7b9838d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ func NewCmdWatch(f *cmdutil.Factory, runF func(*WatchOptions) error) *cobra.Comm
gh run watch
# Run some other command when the run is finished
gh run watch && notify-send "run is done!"
gh run watch && notify-send 'run is done!'
`),
RunE: func(cmd *cobra.Command, args []string) error {
// support `-R, --repo` override