From 9000863a8e382a61e05241652bdda7bf01e380ce Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:33:24 +0200 Subject: [PATCH] chore: correct package.json repository.url protocol to git+https (#1225) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 600c2a00d..8d1fbd47f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/cypress-io/github-action.git" + "url": "git+https://github.com/cypress-io/github-action.git" }, "keywords": [ "actions",