Skip to content

Update create-user-db.yml #9

Update create-user-db.yml

Update create-user-db.yml #9

name: Create User DB
on:
push:
branches:
- feat/cloudsql-gh-action
workflow_dispatch:
jobs:
create-db:
runs-on: ubuntu-latest
steps:
- id: 'auth'
name: 'auth'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- id: 'Set up Cloud SDK'

Check failure on line 20 in .github/workflows/create-user-db.yml

View workflow run for this annotation

GitHub Actions / Create User DB

Invalid workflow file

The workflow is not valid. .github/workflows/create-user-db.yml (Line: 20, Col: 13): The identifier 'Set up Cloud SDK' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
- name: 'Use gcloud CLI'
run: 'gcloud info'