ci: Fix repository url for provenance checks (no-changelog) (#9825)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-20 20:42:18 +02:00
committed by GitHub
parent 116e9fa800
commit 3703310b0f
4 changed files with 13 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"homepage": "https://n8n.io",
"repository": {
"type": "git",
"url": "https://github.com/n8n-io/n8n-nodes-langchain.git"
"url": "git+https://github.com/n8n-io/n8n.git"
},
"main": "index.js",
"scripts": {