mirror of
https://github.com/apache/superset.git
synced 2026-05-27 18:55:13 +00:00
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:
1
.github/workflows/showtime-trigger.yml
vendored
1
.github/workflows/showtime-trigger.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user