Skip to content

fix: failing build #225

fix: failing build

fix: failing build #225

name: Deploy to staging
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- staging-v2
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/deploy.yml

Check failure on line 15 in .github/workflows/deploy-staging.yml

View workflow run for this annotation

GitHub Actions / Deploy to staging

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-staging.yml (Line: 15, Col: 11): Error from called workflow opengovsg/plumber/.github/workflows/deploy.yml@8ed3624d07d616100acb9dd9190630d243e43122 (Line: 82, Col: 9): Unexpected value 'run' In .github/workflows/deploy-staging.yml (Line: 15, Col: 11): Error from called workflow opengovsg/plumber/.github/workflows/deploy.yml@8ed3624d07d616100acb9dd9190630d243e43122 (Line: 75, Col: 9): Required property is missing: uses
with:
environment: 'staging'
aws-account-id: '964715690079'
cicd-role: 'arn:aws:iam::964715690079:role/plumber-staging-github-oidc-role'
ecr-repository: 'plumber-staging'
ecs-cluster-name: 'plumber-staging-ecs'
ecs-service-name: 'plumber-staging-ecs-service'
codedeploy-application: 'plumber-staging-ecs-app'
codedeploy-deployment-group: 'plumber-staging-ecs-dg'
release-version: ${{ github.sha }}