github-badges-action

GitHub Badges Action

GitHub repo GitHub code size in bytes GitHub last commit GitHub license

GitHub Super-Linter CI Check dist/ CodeQL Coverage

📄 :octocat: GitHub Action to update readme with badges (using ShieldsIo and SimpleIcons for icons).

Set skills with categories in a .json file in your repository, and then run this action to create a Shields.io badge with SimpleIcons labels.

Input: { "slug": "github" }

Output: GitHub

Usage

Outputs

None.

Example

name: 'Update skills badges'

on:
  schedule:
    - cron: '0 0 1 * *' # runs every first day of each month, at 00h00.
  workflow_dispatch: # runs via workflow dispatch (manually).

  jobs:
    update-badges:
      runs-on: ubuntu-latest
      permissions:
        contents: write
        pull-requests: write

      steps:
        - uses: actions/checkout@v4

        - name: Run the action
          uses: guibranco/github-badges-action@latest

Sample result

sample result