/profile-banner

Repository containing the github actions responsible for updating my profile banner

Profile banner

This repository contains a GitHub Action that triggers every 6 hours to update the banner used in my profile’s README file. It selects one of the images based on the time of day, copies it into the root of the repository as main.png, and commits the change.

Pretty cool, right?

You can find out more information about Github Actions and how to automate your workflows through the Github Actions Documentation.