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

ERROR: TypeError - can only concatenate str (not "NoneType") to str #7

Open
tawanda opened this issue Mar 12, 2021 · 0 comments
Open

Comments

@tawanda
Copy link

tawanda commented Mar 12, 2021

Hi, I started getting that error when I updated to a new environment

this is my config

- name: Beanstalk Deploy
        uses: hmanzur/actions-aws-eb@v1.0.0
        with:
          command: 'deploy --staged'
        env:
          AWS_ACCESS_KEY_ID: ${{ secrets.EB_USER_ACCESS_KEY_ID }}
          AWS_SECRET_ACCESS_KEY: ${{ secrets.EB_USER_SECRET_ACCESS_KEY }}
          APPLICATION_NAME: my-api
          ENVIRONMENT_NAME: my-staging-api
          AWS_DEFAULT_REGION: ap-northeast-2

Github Actions was down today so not sure if they changed something and now this version is no longer compatible?

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