Skip to content

[PRMP-594] - V2

[PRMP-594] - V2 #104

name: 'pr-gp-registrations-mi'
on:
pull_request:
branches:
- master
paths:
- 'stacks/gp-registrations-mi/**'
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-plan ]
uses: ./.github/workflows/base-gp-registrations-mi.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-gp-registrations-mi.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-gp-registrations-mi.yml" -> "./.github/workflows/base-gp-registrations-mi.yml" : You have an error in your yaml syntax on line 79
with:
environment: ${{ matrix.environment }}
secrets: inherit