We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: