Merge pull request #8307 from ywk253100/241016_action
[Only for verifying the fix]Fix Github action issueyinw-test
commit
3071a73caf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue