You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: