Skip to content

Commit

Permalink
found where i missed a set
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Predoiu committed Jul 11, 2023
1 parent b2f4c43 commit 7c33f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/readInput.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,9 @@ MoveOn:
config.Config.Append = *secretJSON.Append
}

if secretJSON.GcpWorkloadID {
config.Config.GcpWorkloadID = secretJSON.GcpWorkloadID
}

return secretJSON
}

0 comments on commit 7c33f7b

Please sign in to comment.