Skip to content

Commit

Permalink
Merge pull request #1299 from rsteube/gh-run-download-include-failed
Browse files Browse the repository at this point in the history
gh: run download - include all runs
  • Loading branch information
rsteube authored Sep 22, 2022
2 parents b0ad6bf + c4ef1a6 commit 8bd9e02
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 8bd9e02

Please sign in to comment.