Rename workflow and update job names

This commit is contained in:
LINUXexpert.org
2026-01-22 09:25:28 -07:00
committed by GitHub
parent 2cc51ab91f
commit 669a2bc5ee
+10 -5
View File
@@ -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:
CREDLY_USER: john-ellis.d1fc1b41
NUMBER_LAST_BADGES: 10 # Show last 10 badges (0 = all)