Skip to content

Commit f57b3b9

Browse files
committed
Update ci.yml
1 parent d257d66 commit f57b3b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)