Insert data into Existing Markdown File in Github

Hello all

I am Creating an Automation Node that updates a Markdown File in My Github Repo

I want to achieve these Below things

Want to add data which post via the n8n webhook but I want to insert content in the Markdown File instead of replacing the existing text and pull in to my GitHub repo

Hey @mskian ,

you can use our Move Binary Data to move your markdown file from binary into a json field and vice versa.

I created a workflow that

  • reads n8n’s README.md from github
  • moves binary file to json field markdown
  • appends lines using a Set node expression
  • moves json field back to binary
3 Likes