Skip to content

Commit 28d2cf3

Browse files
committed
add runs on
1 parent c7db7d6 commit 28d2cf3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/create-user-db.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11

2+
name: Create User DB
23
on:
34
workflow_dispatch:
5+
46
jobs:
5-
job_id:
7+
create-db:
8+
runs-on: ubuntu-latest
9+
610
steps:
7-
- id: 'auth'
11+
- name: 'auth'
812
uses: 'google-github-actions/auth@v2'
913
with:
1014
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
11-
- id: 'Set up Cloud SDK'
15+
- name: 'Set up Cloud SDK'
1216
uses: 'google-github-actions/setup-gcloud@v2'
1317
- name: 'Use gcloud CLI'
1418
run: 'gcloud info'

0 commit comments

Comments
 (0)