fix: Remove pattern property from workflow_dispatch SHA input

GitHub Actions workflow_dispatch inputs don't support the pattern property. SHA 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:37:27 -07:00
parent fefc2023a9
commit 9fd5815803

View File

@@ -18,7 +18,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: