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?
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
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 errorexpected 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?