From 7ce8a56e960853bc815cffb0f8143a512ad08113 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 4 Dec 2025 23:12:04 +0100 Subject: [PATCH] chore(ci/agent): correctly invoke go run Signed-off-by: Ettore Di Giacinto --- .github/workflows/gallery-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gallery-agent.yaml b/.github/workflows/gallery-agent.yaml index 3964729bd..926fabb8a 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -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