Merge pull request #8307 from ywk253100/241016_action

[Only for verifying the fix]Fix Github action issue
yinw-test
Wenkai Yin(尹文开) 2024-10-16 13:23:20 +08:00 committed by GitHub
commit 3071a73caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,14 @@
name: Main CI
env:
CLOUDSDK_PYTHON: python3
on:
push:
branches:
- 'main'
- 'release-**'
- 'yinw-test'
tags:
- '*'
@ -20,10 +24,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# Fix issue of setup-gcloud
- run: |
sudo apt-get install python2.7
export CLOUDSDK_PYTHON="/usr/bin/python2"
- id: 'auth'
uses: google-github-actions/auth@v2
with: