mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-08 07:47:07 +00:00
Replace single quotes with double quotes in README (#108)
This commit is contained in:
parent
2c3f0ad713
commit
1261433f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
|
||||||
--project="${PROJECT_ID}" \
|
--project="${PROJECT_ID}" \
|
||||||
--location="global" \
|
--location="global" \
|
||||||
--workload-identity-pool="my-pool" \
|
--workload-identity-pool="my-pool" \
|
||||||
--format='value(name)'
|
--format="value(name)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Use this value as the `workload_identity_provider` value in your GitHub
|
Use this value as the `workload_identity_provider` value in your GitHub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue