-
Notifications
You must be signed in to change notification settings - Fork 672
Closed as not planned
Labels
Description
Hi there,
I'm using multi-runner
to provisioning multiple runner configuration. Those configuration load from .yaml
file. I see that the filename will be a part of resource's name. Sometime I got the error
expected length of name to be in the range (1 - 64), got github-actions-u-x64-2204-ephemeral-action-scale-down-lambda-role
The solution is simply keep first 64 chars the resource name, what do you think about that?