From 34c5b7b07c18ad2a5ae0641e3acf78defc0b9ae7 Mon Sep 17 00:00:00 2001 From: UnstoppableMango Date: Mon, 22 Jun 2026 22:27:43 -0500 Subject: [PATCH] Gimmicky description --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index b8d7077..bfab56a 100644 --- a/index.ts +++ b/index.ts @@ -1,7 +1,7 @@ import { PublicRepo } from './components'; const actions = new PublicRepo('actions', { - description: 'Shared GitHub Actions', + description: 'Blessed GitHub Actions', githubChecks: ['build', 'check'], });