From 3fdad9804a8bd4a55c9ef921eebbfdf64f997245 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 3 Mar 2026 18:54:50 +0000 Subject: [PATCH] Enforce orphan detector to get slug --- .github/workflows/cleanup-orphaned-content.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-orphaned-content.yml b/.github/workflows/cleanup-orphaned-content.yml index 7e985f016..f2bbc0f6b 100644 --- a/.github/workflows/cleanup-orphaned-content.yml +++ b/.github/workflows/cleanup-orphaned-content.yml @@ -4,9 +4,8 @@ on: workflow_dispatch: inputs: roadmap_slug: - description: "The ID of the roadmap to clean up (or __all__ for all roadmaps)" + description: "The ID of the roadmap to clean up" required: true - default: "__all__" jobs: cleanup-content: