Now I am unable to compile the build-application-stage step. The code is as follows:
build-application-stage:
needs: [init-stage]
uses: project-piper/piper-pipeline-github/.github/workflows/build.yml@main
secrets: inherit
with:
on-productive-branch: ${{ needs.init-stage.outputs.on-productive-branch }}
active-stages-map: ${{ needs.init-stage.outputs.active-stages-map }}
active-steps-map: ${{ needs.init-stage.outputs.active-steps-map }}
pipeline-env: ${{ needs.init-stage.outputs.pipeline-env }}
is-optimized-and-scheduled: ${{ needs.init-stage.outputs.is-optimized-and-scheduled }}
The link is as follows:
https://github.tools.sap/s4-cfnd-int/cps-srv-sbf/actions/runs/8226027/job/32276574