From 669a2bc5ee267774af8f72d68bd794126e3316b8 Mon Sep 17 00:00:00 2001 From: "LINUXexpert.org" <51408202+LINUXexpert-org@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:25:28 -0700 Subject: [PATCH] Rename workflow and update job names --- .github/workflows/action.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4a518d1..dfa1b43 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,15 +1,20 @@ -name: Update badges +name: Update Badges on: schedule: - # Runs at 2am UTC + # Runs daily at 2 AM UTC - cron: "0 2 * * *" + workflow_dispatch: # Allow manual runs + jobs: - update-readme: - name: Update Readme with badges + update-badges: + name: Update README with Credly Badges runs-on: ubuntu-latest + permissions: + contents: write steps: - - name: Badges - Readme + - name: Update Badges uses: pemtajo/badge-readme@main - with: + with: CREDLY_USER: john-ellis.d1fc1b41 + NUMBER_LAST_BADGES: 10 # Show last 10 badges (0 = all)