Skip to content

Commit 357dbb0

Browse files
authored
fix formatting with workflow
1 parent 8e3abf4 commit 357dbb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Setup gcloud CLI
19-
- uses: google-github-actions/setup-gcloud@master
19+
uses: google-github-actions/setup-gcloud@master
2020
with:
2121
version: '290.0.1'
2222
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
2323

2424
- name: Authorize Docker
25-
- run: gcloud --quiet auth configure-docker
25+
run: gcloud --quiet auth configure-docker
2626

2727
- name: Build Protos
2828
run: make

0 commit comments

Comments
 (0)