From 9f246ba5598f2ee44dbe76e84478377b9f15928c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 23 Aug 2025 16:20:43 -0700 Subject: [PATCH] fix: Remove invalid pattern property from showtime-cleanup.yml workflow_dispatch input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pattern property is not supported in workflow_dispatch inputs, causing GitHub Actions validation to fail. Input validation is now handled in the workflow logic instead. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/showtime-cleanup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/showtime-cleanup.yml b/.github/workflows/showtime-cleanup.yml index 8cbec01c0c5..c0404bc101f 100644 --- a/.github/workflows/showtime-cleanup.yml +++ b/.github/workflows/showtime-cleanup.yml @@ -13,7 +13,6 @@ on: required: false default: '48' type: string - pattern: '^[0-9]+$' # Common environment variables env: