Skip to content

Commit

Permalink
Replace single quotes with double quotes in README (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tautvydasversockas committed Jan 17, 2022
1 parent 2c3f0ad commit 1261433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1261433

Please sign in to comment.