action

Update Github Profile Readme Dynamically using a Github Workflow

TL;DR: Update your Github Profile Readme dynamically with recent blog posts. There’s an example (profile and code). Github Profile Readme Github introduced the option to a add profile readme, which is a special repository that is used to display a readme on your profile page. I wanted to post links to my recent blog posts there, so I wrote a simple python script to check for the latest X posts, and update the readme with links to them.
Read more