make a GitHub Action
Currently I have to run update_readme.py for updating the contents of README after a PR is merged.
We need to automate running of this script.
2 solutions can be:
- Using Webhooks
- GitHub Actions
I think using actions would be a wise choice
Can i work on this issue ?
Can I work on this?
Can I work on this?
Yes
Can I work on this?
Yes
Main.yml already exists which does the github action to automate readme on push?
Can I work on this?
Yes
Main.yml already exists which does the github action to automate readme on push?
The goal is to run update_readme.py on at least every merge, but right now the build seems to fail due to an error, can you fix that?