mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 18:17:06 +00:00
chore: Replace backticks with single quotes in README (#65)
This commit is contained in:
parent
e805d1d054
commit
6dbf4e537f
1 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
steps:
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: `google-github-actions/auth@v0.4.1'
|
||||
uses: 'google-github-actions/auth@v0.4.1'
|
||||
with:
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
||||
|
|
@ -225,7 +225,7 @@ jobs:
|
|||
steps:
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: `google-github-actions/auth@v0.4.1'
|
||||
uses: 'google-github-actions/auth@v0.4.1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue