Github workflows action continuous deployment not working – Ubuntu
I want to setup continuous deployment pipeline between Github and AWS Lambda. For this, I've added main.yml file @ myrepo/.github/workflows/main.yml This is my main.yml file name: deploy to lambda on: # Trigger the workflow on push or pull request, #…