We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffea20 commit d327329Copy full SHA for d327329
.github/workflows/create-user-db.yml
@@ -3,18 +3,11 @@ name: Create User DB test
3
on:
4
workflow_dispatch:
5
6
+
7
jobs:
8
create-db:
9
runs-on: ubuntu-latest
-
10
11
steps:
- - 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'
+ - name: hello world
+ run: echo "Hello World"
0 commit comments