From 8a3939bf111575f1ad3c1853fa47a6fbad157249 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Mon, 16 Feb 2026 20:36:13 -0700 Subject: [PATCH] purge github mirror badge --- .forgejo/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index eb44568..0a83c1b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -16,3 +16,9 @@ jobs: run: apt-get update && apt-get install -y shellcheck - name: Run ShellCheck run: shellcheck systab + - name: Purge GitHub mirror badge cache + run: | + curl -sL https://github.com/opennomad/systab \ + | grep -oP 'https://camo\.githubusercontent\.com/[^"]+' \ + | sort -u \ + | xargs -I{} curl -sX PURGE '{}'