Here is My my yml file code.Please help me how to solve this i am new on Netlify.
backend:
name: git-gateway
branch: master
Have you configured the repo name correctly?
It should be like this:
backend:
branch: <branch-name>
name: git-gateway
repo: <repo-owner>/<repo-name>