Skip to content

Commit bf070d9

Browse files
Update action path in the README (#18)
<!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. --> --------- Signed-off-by: Muhannad Ajjan <[email protected]> Signed-off-by: Seth Vargo <[email protected]> Co-authored-by: Seth Vargo <[email protected]>
1 parent 597e06e commit bf070d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
3030

3131
- name: 'deploy with gke-deploy cli'
32-
uses: 'google-github-actions/deploy-gke-container@v0.1'
32+
uses: 'google-github-actions/deploy-gke@v0'
3333
with:
3434
image: 'my-image'
3535
app_name: 'my-app'

0 commit comments

Comments
 (0)