newrelic / deployment-marker-action

Github Action for recording a Deployment Marker in New Relic
https://github.com/marketplace/actions/new-relic-application-deployment-marker
Apache License 2.0
58 stars 23 forks source link

Ability to send multiple guid in the same call #55

Open pragmaticivan opened 7 months ago

pragmaticivan commented 7 months ago

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: