From 9fd5815803c85091c8815265f0aec2c207e1f8e1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 23 Aug 2025 16:37:27 -0700 Subject: [PATCH] fix: Remove pattern property from workflow_dispatch SHA input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/showtime-trigger.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/showtime-trigger.yml b/.github/workflows/showtime-trigger.yml index 3485b46ee1d..09c9b0f8954 100644 --- a/.github/workflows/showtime-trigger.yml +++ b/.github/workflows/showtime-trigger.yml @@ -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: