From 22dc8b461f99765c89a18b3b4afb3f8f5a37a791 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:28:47 +0200 Subject: [PATCH] chore: correct package.json repository.url protocol to git+https --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54eaa9b34..4df3330b2 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",