Skip to content

Commit

Permalink
docs: update readme examples to use v1 instead of v0
Browse files Browse the repository at this point in the history
Signed-off-by: Ruxandra Fediuc <ruxandra.fediuc@gmail.com>
  • Loading branch information
ruxandrafed authored and Ruxandra F committed Nov 18, 2022
1 parent 65b719c commit ce11b35
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 ce11b35

Please sign in to comment.