Skip to content

CI: added acceptance-sage workflow (composer installation conflict). #119

CI: added acceptance-sage workflow (composer installation conflict).

CI: added acceptance-sage workflow (composer installation conflict). #119

Workflow file for this run

name: CD/CI
on:
push:
jobs:
commit-stage-workflow:
name: Commit Stage
uses: medicalmundi/oe-module-npi-registry/.github/workflows/commit-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
acceptance-stage-workflow:
name: Acceptance Stage
needs:
- commit-stage-workflow
uses: medicalmundi/oe-module-npi-registry/.github/workflows/acceptance-stage.yaml@main

Check failure on line 16 in .github/workflows/cd-ci.yaml

View workflow run for this annotation

GitHub Actions / CD/CI

Invalid workflow file

The workflow is not valid. In .github/workflows/cd-ci.yaml (Line: 16, Col: 11): Error from called workflow medicalmundi/oe-module-npi-registry/.github/workflows/acceptance-stage.yaml@main (Line: 30, Col: 11): A mapping was not expected
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit