/refreshBadgesAction

github action to refresh badges on readme.md

Primary LanguageJavaScriptMIT LicenseMIT

Readme badges refresher action

This actions purges the github camo cache for badges present in the readme of your repository

Inputs

repository

Required the name of the repository where to refresh badges, using format /. ex: b3b00/refreshBadgesActions for this repository

branch

Optional the name of the branch to refresh (default to main). ex : develop

Outputs

no outputs

example

For repository CSLY on branch dev

- name: refresh badges
      uses: b3b00/refreshBadgesAction@v1.0.7
      with:
        repository : 'b3b00/csly'
        branch: dev