We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a4f76 commit cc11e36Copy full SHA for cc11e36
packages/ping-home/terraform/main.tf
@@ -15,6 +15,7 @@ provider "google" {
15
}
16
17
provider "github" {
18
+ owner = split("/", var.github_repo)[0]
19
# Uses GITHUB_TOKEN environment variable
20
21
0 commit comments