fix: Remove unsupported pattern property from workflow_dispatch input

GitHub Actions workflow_dispatch inputs don't support the 'pattern'
property for input validation. Removed to fix workflow validation errors.

SHA validation will be handled by the showtime CLI 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-26 13:44:05 -07:00
parent 7fbea466c9
commit 1bae0569ca

View File

@@ -16,7 +16,6 @@ on:
description: 'Specific SHA to deploy (optional, defaults to latest)'
required: false
type: string
pattern: '^[a-f0-9]{40}$'
# Common environment variables for all jobs
env: