chore(ci/agent): correctly invoke go run

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-12-04 23:12:04 +01:00
parent 3e9ed48432
commit 7ce8a56e96

View File

@@ -55,7 +55,7 @@ jobs:
MAX_MODELS: ${{ github.event.inputs.max_models || '1' }}
run: |
export GALLERY_INDEX_PATH=$PWD/gallery/index.yaml
go run .github/gallery-agent
go run ./.github/gallery-agent
- name: Check for changes
id: check_changes