Skip to content

Commit

Permalink
chore: Replace backticks with single quotes in README (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Nov 29, 2021
1 parent e805d1d commit 6dbf4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}'
```
Expand Down

0 comments on commit 6dbf4e5

Please sign in to comment.