Error description
setup-localstack run fails at the sub-module lookup if the name set in a lower-case manner.
How to reproduce
uses: localstack/[email protected]
...
Error output
Proposed solution
Make setup-localstack case insensitive by using grep -i in the local cache hack.
|
- run: echo "$(ls -d ./../../_actions/LocalStack/setup-localstack/* | grep -v completed)" |
Error description
setup-localstack run fails at the sub-module lookup if the name set in a lower-case manner.
How to reproduce
Error output
Proposed solution
Make setup-localstack case insensitive by using
grep -iin the local cache hack.setup-localstack/action.yml
Line 75 in 4b405a2