Open LecrisUT opened 1 year ago
Fixes #64
Alternative design: add sub-actions that can be trigerred as:
- name: Trigger CircleCI id: trigger uses: CircleCI-Public/trigger-circleci-pipeline-action/trigger@main - name: Wait for CircleCI uses: CircleCI-Public/trigger-circleci-pipeline-action/wait@main with: workflow-id: ${{ steps.trigger.outputs.id }}
While the main action will always run both actions as bundled/composite. I would prefer the alternative design since there are other additions that can be implemented, e.g. getting the artifacts.
Fixes #64
Alternative design: add sub-actions that can be trigerred as:
While the main action will always run both actions as bundled/composite. I would prefer the alternative design since there are other additions that can be implemented, e.g. getting the artifacts.