How to Automate Read me file with Github Action when I merge the code from Feature Branch to Target Branch

Viewed 9

Whenever i am doing git push or git commit or git add from my feature branch to Target Branch, all my git hub actions like git add .,git commit -m "text",git pull, git push origin .........should be updated to the readme file. I need to Automate this complete Process.

0 Answers
Related