appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function

Home Page:https://github.com/marketplace/actions/aws-lambda-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected behaviour on list of environment variables.

vriabets-blackbird opened this issue · comments

So the issue when I trie to provide multiple env vars

environment: ENVIRONMENT=production,AWS_WHITE_LIST=foo.bar,jenkins,bar.baz,baz.foo,DB_NAME=sfasfsf,DB_USERNAME=asdasdasd,SLACK_CHANNEL_ID=QWERTY

On providing AWS_WHITE_LIST it will read only to foo.bar first element, and then it stops and will go to next env var. Escaping. quoting won't work here.

commented

Might be better to turn environment variables into a map instead of an interpreted string.