Skip to content

b3b00/refreshBadgesAction

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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