From 1261433f2b6c8a62ef2f261647cdb4c6cac679d6 Mon Sep 17 00:00:00 2001 From: Tautvydas Versockas Date: Mon, 17 Jan 2022 18:25:00 +0200 Subject: [PATCH] Replace single quotes with double quotes in README (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed237a7..6f73916 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht --project="${PROJECT_ID}" \ --location="global" \ --workload-identity-pool="my-pool" \ - --format='value(name)' + --format="value(name)" ``` Use this value as the `workload_identity_provider` value in your GitHub