I have a python script which i want to run as and when anything is committed to code. So when I update information in the repo (say a CSV document) it will run the pipeline which then kicks off the python script. This all works as expected but… the python script then needs to write some files back to the repo.
Is there a way to write this directly back to the repository?