From 85393b824ce8fc280e49bb3bb5b5247339a03068 Mon Sep 17 00:00:00 2001 From: "LINUXexpert.org" <51408202+LINUXexpert-org@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:20:39 -0700 Subject: [PATCH] Create workflow to update README with badges This workflow updates the README with badges using a scheduled cron job. --- .github/workflows/action.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/action.yml diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..4a518d1 --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,15 @@ +name: Update badges + +on: + schedule: + # Runs at 2am UTC + - cron: "0 2 * * *" +jobs: + update-readme: + name: Update Readme with badges + runs-on: ubuntu-latest + steps: + - name: Badges - Readme + uses: pemtajo/badge-readme@main + with: + CREDLY_USER: john-ellis.d1fc1b41