Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunCMD default tag is not "default" #38

Closed
Octav14n opened this issue Apr 15, 2021 · 1 comment
Closed

RunCMD default tag is not "default" #38

Octav14n opened this issue Apr 15, 2021 · 1 comment

Comments

@Octav14n
Copy link

Emulator Run CMD does not default to "default" tag.
it outputs Unknown tag ${tag}. Using default in line 22 but in the next line sets tag = 'google_apis'

I expected line 23 to be tag = 'default'
Alternately I expected the message in line 22 to inform me that google_apis will be used as tag.

let tag = core.getInput('tag', <InputOptions>{required: false})
if (tag !== "default" && tag !== "google_apis") {
console.log(`Unknown tag ${tag}. Using default`)
tag = 'google_apis'
}

@Malinskiy
Copy link
Owner

Thanks for the issue!
Fixed in 0.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants