deployment-marker-action
deployment-marker-action copied to clipboard
Ability to send multiple guid in the same call
Because Github actions don't allow for a loop of multiple steps in the same job, the only way to properly configure multiple calls is to use a matrix.
But because this step takes a few seconds, while GitHub charges for the minute and up, someone would be wasting the remaining set of seconds of the minute.
Ideally, guid
should work with:
guid: guid-example
or
guid: guid1, guid2, guid3
This is useful when someone is deploying a set of resources in the same deployment. Ex:
- APM app
- k8s deployment
- lambda change
- database update