There was an error while loading. Please reload this page.
setup-localstack run fails at the sub-module lookup if the name set in a lower-case manner.
uses: localstack/setup-localstack@v0.2.0 ...
Make setup-localstack case insensitive by using grep -i in the local cache hack.
grep -i
setup-localstack/action.yml
Line 75 in 4b405a2