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

Doesn't work #9

Open
laptevn opened this issue Sep 30, 2021 · 0 comments
Open

Doesn't work #9

laptevn opened this issue Sep 30, 2021 · 0 comments

Comments

@laptevn
Copy link

laptevn commented Sep 30, 2021

The following configuration of an action doesn't work

- uses: deptno/action-aws-ssm-to-dotenv@v1.3.1
   with:
   ssm-path: /blabla/db_username
   prefix: TF_VAR_
   output: $GITHUB_ENV
   decryption: true

It displays a warning "Warning: Unexpected input(s) 'ssm-path', valid inputs are ['ssm-paths', 'format', 'output', 'prefix', 'decryption']"
Trying "ssm-paths" instead of "ssm-path" leads to an error that "ssm-path" is mandatory.

I'm curious if you tested this action before release?

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

1 participant