We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d27714 commit 27d2c80Copy full SHA for 27d2c80
.ci/magician/cmd/test_tpg.go
@@ -54,6 +54,7 @@ var testTPGCmd = &cobra.Command{
54
55
func execTestTPG(version, commit, pr string, gh ttGithub) {
56
var repo string
57
+ var content []byte
58
if version == "ga" {
59
repo = "terraform-provider-google"
60
content, err := os.ReadFile("/workspace/upstreamCommitSHA_ga.txt")
0 commit comments