fix: Remove invalid pattern property from showtime-cleanup.yml workflow_dispatch input

The pattern property is not supported in workflow_dispatch inputs, causing GitHub Actions validation to fail. Input validation is now handled in the workflow logic instead.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-23 16:20:43 -07:00
parent 91d0cc5805
commit 9f246ba559

View File

@@ -13,7 +13,6 @@ on:
required: false
default: '48'
type: string
pattern: '^[0-9]+$'
# Common environment variables
env: