Currently the bot:peek command failes (https://github.com/devicons/devicon/pull/217/checks?check_run_id=1671030442). I think this is because of the `ref: ${{ github.head_ref }}` https://github.com/devicons/devicon/blob/develop/.github/workflows/peek_icons.yml#L13 ``` ref: ${{ github.head_ref }} ``` It was merged in https://github.com/devicons/devicon/pull/460 and the problem will occur in the other workflow scripts as well I think. @Thomas-Boi what was the reason you changed this? :)