fix(package.json): switch 'repository.url' to HTTPS syntax

This commit is contained in:
Dustin Ruetz
2024-04-04 16:28:41 -04:00
parent 1b0b59a7a7
commit 7ffac7f68a

View File

@@ -24,7 +24,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:1Password/load-secrets-action.git" "url": "https://github.com/1Password/load-secrets-action.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",