From 1bae0569ca0837165e67a2baa49e063b3a2478ec Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 26 Aug 2025 13:44:05 -0700 Subject: [PATCH] fix: Remove unsupported pattern property from workflow_dispatch 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 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 --- .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 aaae8b0d177..a653345e37a 100644 --- a/.github/workflows/showtime-trigger.yml +++ b/.github/workflows/showtime-trigger.yml @@ -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: