Skip to content

Commit d327329

Browse files
committed
button now?
1 parent 7ffea20 commit d327329

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@ name: Create User DB test
33
on:
44
workflow_dispatch:
55

6+
67
jobs:
78
create-db:
89
runs-on: ubuntu-latest
9-
10+
1011
steps:
11-
- name: 'auth'
12-
uses: 'google-github-actions/auth@v2'
13-
with:
14-
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
15-
- name: 'Set up Cloud SDK'
16-
uses: 'google-github-actions/setup-gcloud@v2'
17-
- name: 'Use gcloud CLI'
18-
run: 'gcloud info'
19-
- name: 'Use gcloud CLI to create DB'
20-
run: 'gcloud sql databases create TEST-DB23 --instance=idp-postgres-db --project=code-idp'
12+
- name: hello world
13+
run: echo "Hello World"

0 commit comments

Comments
 (0)