## ⚙️ Using GitHub Action on your profile repository (~5 min setup) Setup a GitHub Action which runs periodically and pushes your generated metrics image to your repository. See all supported options in [action.yml](/action.yml). Assuming your username is `my-github-user`, you can then embed rendered metrics in your readme like below: ```markdown ![Metrics](https://github.com/my-github-user/my-github-user/blob/master/github-metrics.svg) ![Metrics](https://github.com/my-github-user/my-github-user/blob/main/github-metrics.svg) ```
💬 How to setup? (click to expand) <%- await include(`/partials/setup/action/setup.md`) -%>