Skip to content

PRMP-639

PRMP-639 #62

name: 'pr-gp-registrations-mi'
on:
pull_request:
branches:
- master
permissions:
pull-requests: write
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
terraform_plan:
strategy:
fail-fast: false
matrix:
environment: [ dev, prod ]
uses: ./.github/workflows/base-gp-registrations-mi.yml

Check failure on line 18 in .github/workflows/pr-gp-registrations-mi.yml

View workflow run for this annotation

GitHub Actions / pr-gp-registrations-mi

Invalid workflow file

The workflow is not valid. In .github/workflows/pr-gp-registrations-mi.yml (Line: 18, Col: 11): Error from called workflow nhsconnect/prm-gp-registrations-mi-infra/.github/workflows/base-gp-registrations-mi.yml@a925da2019de773baaff448d57728f30ffde2cc1 (Line: 62, Col: 9): Unexpected value 'run' In .github/workflows/pr-gp-registrations-mi.yml (Line: 18, Col: 11): Error from called workflow nhsconnect/prm-gp-registrations-mi-infra/.github/workflows/base-gp-registrations-mi.yml@a925da2019de773baaff448d57728f30ffde2cc1 (Line: 58, Col: 9): Required property is missing: uses
with:
environment: ${{ matrix.environment }}
secrets: inherit