Skip to content

Action's local cache lookup fails with lowercase name reference #20

@lakkeger

Description

@lakkeger

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/setup-localstack@v0.2.0 ... 

Error output

image

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)"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions