GH actions: Change set-env

This commit is contained in:
Raúl Marín 2020-11-17 18:00:48 +01:00
parent b1448ce27b
commit 953beedd0a

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Set CLOUDSDK_PYTHON path
run: echo '::set-env name=CLOUDSDK_PYTHON::/usr/bin/python'
run: echo "CLOUDSDK_PYTHON=/usr/bin/python" >> $GITHUB_ENV
- name: Setup gcloud authentication
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master