Skip to content

Commit

Permalink
gh: run download - include all runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 22, 2022
1 parent b0ad6bf commit c4ef1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/gh_completer/cmd/run_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ func init() {
})

carapace.Gen(run_downloadCmd).PositionalCompletion(
action.ActionWorkflowRuns(run_downloadCmd, action.RunOpts{Successful: true}),
action.ActionWorkflowRuns(run_downloadCmd, action.RunOpts{All: true}),
)
}

0 comments on commit c4ef1a6

Please sign in to comment.