Enforce orphan detector to get slug

This commit is contained in:
Kamran Ahmed
2026-03-03 18:54:50 +00:00
parent a28bbbeb14
commit 3fdad9804a

View File

@@ -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: