action name

This commit is contained in:
antelle 2020-11-29 14:09:53 +01:00
parent 5f2e0bd594
commit 667b5a593e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 4 additions and 2 deletions

View File

@ -6,10 +6,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: google-github-actions/github-actions/setup-gcloud@master
- name: Setup GCloud
uses: google-github-actions/github-actions/setup-gcloud@master
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}