Create Dynamic Github Profile Using Github Actions and Bash

About a year ago, Github launched a feature that allows adding of README to a user profile. To add the README to your profile, you have to: create a public repository with a name matching your Github username place the README.md in the root of the repository You can learn more about it in Github documentation . What is a Dynamic Github Profile? The dynamic Github profile is updated automatically on some external event or by schedule....

June 2, 2022 · 6 min · Aleksandr Tabakov