From 82b420f3b7cbfe88edf45f2a3cbeca8056de9b30 Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Wed, 3 Apr 2024 17:22:55 -0400 Subject: [PATCH] fix(package.json): switch 'repository.url' to SSH syntax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fe0465..028299f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/1Password/load-secrets-action.git" + "url": "git@github.com:1Password/load-secrets-action.git" }, "keywords": [ "actions",