Skip to content

Commit

Permalink
docs: update readme examples to use v1 (#282)
Browse files Browse the repository at this point in the history
In light of the v1 release, the README is now updated so that all
examples use v1 instead of v0.
  • Loading branch information
ruxandrafed authored Nov 18, 2022
1 parent 65b719c commit cfd4b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'

- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v0'
uses: 'google-github-actions/deploy-appengine@v1'

# Example of using the output
- id: 'test'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v0'
uses: 'google-github-actions/deploy-appengine@v1'
```

### Via Application Default Credentials
Expand All @@ -137,7 +137,7 @@ jobs:
job_id:
steps:
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v0'
uses: 'google-github-actions/deploy-appengine@v1'
```

## Example Workflows
Expand Down

0 comments on commit cfd4b61

Please sign in to comment.