abhilash1in / aws-secrets-manager-action

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
MIT License
68 stars 43 forks source link

GitHub Actions workflow failing #11

Closed abhilash1in closed 4 years ago

abhilash1in commented 4 years ago

GitHub Actions workflow tests are failing because the env variables being provided to the GitHub Actions job unit-tests are not POSIX compliant and are therefore not being recognized by GitHub Actions runners.

https://github.com/action-factory/aws-secrets-manager-action/blob/e76fbb3f3b0862f6177fc8bc5f05c579a48decea/.github/workflows/tests.yml#L15-L18

This bug was introduced in commit 0fa567949c16be63ab69949be33b0d4a71d82f93.

abhilash1in commented 4 years ago

CC: @aaronfagan