new google github action url
parent
ea67543fa5
commit
9ece3e278a
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue