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

Fixed typo of input variable name in action.yml #4

Merged
merged 1 commit into from
May 25, 2020
Merged

Conversation

kbinani
Copy link
Contributor

@kbinani kbinani commented May 22, 2020

I found the following output in the GitHub Actions execution log.

Unexpected input 'environment', valid inputs are ['cage-version', 'deploy-context', 'region', 'create-deployment', 'envitonment', 'github-ref', 'github-repository', 'github-token']

The warning log seems to show that the input of the name "environment" is unknown, but the actual behavior of the action seems to be fine.

@kbinani kbinani requested a review from keroxp May 22, 2020 22:01
@keroxp
Copy link
Member

keroxp commented May 25, 2020

@kbinani Thanks. This is because no one (actions, client) is using typo property name and is not required field.

@keroxp keroxp merged commit 05ad850 into master May 25, 2020
@kbinani kbinani deleted the fix-typo branch May 25, 2020 06:40
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

Successfully merging this pull request may close these issues.

2 participants