From 9bef611a33991a687d2fec69e9ee4f33f0cb8f27 Mon Sep 17 00:00:00 2001 From: "LINUXexpert.org" <51408202+LINUXexpert-org@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:26:31 -0700 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/action.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/action.yml diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml deleted file mode 100644 index dfa1b43..0000000 --- a/.github/workflows/action.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Update Badges - -on: - schedule: - # Runs daily at 2 AM UTC - - cron: "0 2 * * *" - workflow_dispatch: # Allow manual runs - -jobs: - update-badges: - name: Update README with Credly Badges - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Update Badges - uses: pemtajo/badge-readme@main - with: - CREDLY_USER: john-ellis.d1fc1b41 - NUMBER_LAST_BADGES: 10 # Show last 10 badges (0 = all)