Skip to content

Commit d3af813

Browse files
on god
1 parent fd2aa4a commit d3af813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-ai-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
continue-on-error: true
4444
run: |
4545
set +e
46-
node packages/openops/dist/lib/ai/sync-models.js --update
46+
node dist/packages/openops/lib/ai/sync-models.js --update
4747
EXIT_CODE=$?
4848
set -e
4949
echo "exit_code=$EXIT_CODE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)