appleboy / appleboy/lambda-action
Unexpected behaviour on list of environment variables.
Open
- Dominant language
- D2
- Stars
- 435
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.