new google github action url

pull/273/head
Frostebite 2021-07-27 23:43:32 +01:00
parent ea67543fa5
commit 9ece3e278a
1 changed files with 2 additions and 1 deletions

View File

@ -29,13 +29,14 @@ jobs:
# Checkout # # Checkout #
########################### ###########################
- uses: actions/checkout@v2 - uses: actions/checkout@v2
if: github.event.event_type != 'pull_request_target'
with: with:
lfs: true lfs: true
########################### ###########################
# Setup # # Setup #
########################### ###########################
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master - uses: google-github-actions/setup-gcloud@master
with: with:
version: '288.0.0' version: '288.0.0'
service_account_email: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }} service_account_email: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }}