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'], });