Skip to content

Commit

Permalink
Update full_test.yml
Browse files Browse the repository at this point in the history
moved main to v0 according to google-github-actions/setup-gcloud#539
  • Loading branch information
davidbuniat authored Mar 22, 2022
1 parent 71ae9b5 commit ef2fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Test AWS credentials validity
run: aws sts get-caller-identity
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@main
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.gcp_project_id }}
service_account_key: ${{ secrets.gcp_sa_key }}
Expand Down

0 comments on commit ef2fd66

Please sign in to comment.