We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2aa4a commit d3af813Copy full SHA for d3af813
1 file changed
.github/workflows/sync-ai-models.yml
@@ -43,7 +43,7 @@ jobs:
43
continue-on-error: true
44
run: |
45
set +e
46
- node packages/openops/dist/lib/ai/sync-models.js --update
+ node dist/packages/openops/lib/ai/sync-models.js --update
47
EXIT_CODE=$?
48
set -e
49
echo "exit_code=$EXIT_CODE" >> $GITHUB_OUTPUT
0 commit comments