Skip to content

managed by Terraform #3

managed by Terraform

managed by Terraform #3

Workflow file for this run

"jobs":
"build_and_deploy":
"name": "Build and Deploy"
"secrets": "inherit"
"uses": "deeper-chain/github-actions-v2/.github/workflows/common.yml@master"

Check failure on line 5 in .github/workflows/deeper.yml

View workflow run for this annotation

GitHub Actions / Deeper Network CI/CD

Invalid workflow file

The workflow is not valid. In .github/workflows/deeper.yml (Line: 5, Col: 13): Error from called workflow deeper-chain/github-actions-v2/.github/workflows/common.yml@master (Line: 99, Col: 9): Unexpected symbol: '$vars'. Located at position 1 within expression: $vars.SKIP_BUILD != 'true'
"with":
"dockerfile": "Dockerfile"
"name": "Deeper Network CI/CD"
"on":
"push":
"branches":
- "master"
- "dev"
"permissions": "write-all"