Skip to content

Commit 7ce8a56

Browse files
committed
chore(ci/agent): correctly invoke go run
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3e9ed48 commit 7ce8a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gallery-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
MAX_MODELS: ${{ github.event.inputs.max_models || '1' }}
5656
run: |
5757
export GALLERY_INDEX_PATH=$PWD/gallery/index.yaml
58-
go run .github/gallery-agent
58+
go run ./.github/gallery-agent
5959
6060
- name: Check for changes
6161
id: check_changes

0 commit comments

Comments
 (0)