File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 matrix :
4343 repository : ${{ fromJson(needs.prepare.outputs.submodule-matrix) }}
4444 steps :
45- - name : Checkout specific submodule repository
45+ - name : Checkout Repository
4646 uses : actions/checkout@v2
4747 with :
4848 repository : ${{ matrix.repository }}
@@ -54,15 +54,15 @@ jobs:
5454 with :
5555 node-version : ' 20'
5656
57- - name : Install Google Cloud SDK
57+ - name : Install Database SDK
5858 run : |
5959 sudo apt-get update
6060 sudo apt-get install apt-transport-https ca-certificates gnupg curl
6161 curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg
6262 echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
6363 sudo apt-get update && sudo apt-get install google-cloud-cli
6464
65- - name : Authenticate to Google Cloud
65+ - name : Authenticate to Database
6666 env :
6767 GCP_SERVICE_ACCOUNT_KEY : ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
6868 run : |
You can’t perform that action at this time.
0 commit comments