From 19b98e2ae63d5e1e4c3484d426526f8a86dcc47d Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 22 May 2026 19:22:22 +0200 Subject: [PATCH] fix: add missing force_enrich input to Video Hub Builder workflow --- .github/workflows/agentic_v2_videos.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/agentic_v2_videos.yml b/.github/workflows/agentic_v2_videos.yml index f6507d9e..c2c9472b 100644 --- a/.github/workflows/agentic_v2_videos.yml +++ b/.github/workflows/agentic_v2_videos.yml @@ -15,6 +15,11 @@ on: required: false type: boolean default: false + force_enrich: + description: 'Force AI re-enrichment of all videos (ignores cache)' + required: false + type: boolean + default: false permissions: contents: write @@ -56,6 +61,7 @@ jobs: env: PYTHONPATH: ${{ github.workspace }} GEMINI_API_KEY_1: ${{ secrets.GEMINI_API_KEY_1 }} + FORCE_ENRICH: ${{ github.event.inputs.force_enrich || 'false' }} run: | python src/enrich_videos.py