actions-aws-eb icon indicating copy to clipboard operation
actions-aws-eb copied to clipboard

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

Open tawanda opened this issue 3 years ago • 0 comments

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

this is my config

- name: Beanstalk Deploy
        uses: hmanzur/[email protected]
        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?

tawanda avatar Mar 12 '21 21:03 tawanda