mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
fix: add missing force_enrich input to Video Hub Builder workflow
This commit is contained in:
6
.github/workflows/agentic_v2_videos.yml
vendored
6
.github/workflows/agentic_v2_videos.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user