We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1435999 + a53a549 commit 6b1eb0fCopy full SHA for 6b1eb0f
gitops/gitops.bzl
@@ -47,6 +47,8 @@ def __create_gitops_prs_impl(ctx):
47
params += "--github_installation_id {} ".format(ctx.attr.github_installation_id)
48
if ctx.attr.github_app_repo_owner:
49
params += "--github_app_repo_owner {} ".format(ctx.attr.github_app_repo_owner)
50
+ if ctx.attr.github_app_repo:
51
+ params += "--github_app_repo {} ".format(ctx.attr.github_app_repo)
52
if ctx.attr.private_key:
53
params += "--private_key {} ".format(ctx.attr.private_key)
54
0 commit comments