Skip to content

Commit 2f1a8a6

Browse files
authored
Update package.json
1 parent c197f6c commit 2f1a8a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "sfdx-cli-action",
2+
"name": "setup-sfdx-action",
33
"version": "1.0.0",
4-
"description": "This action allows to use the Salesforce DX CLI from GitHub Actions",
4+
"description": "This action allows to use the Salesforce SFDX CLI from GitHub Actions",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sfdx-actions/cli.git"
11+
"url": "git+https://github.com/sfdx-actions/setup-sfdx.git"
1212
},
1313
"keywords": [],
1414
"author": "",
1515
"license": "ISC",
1616
"bugs": {
17-
"url": "https://github.com/sfdx-actions/cli/issues"
17+
"url": "https://github.com/sfdx-actions/setup-sfdx/issues"
1818
},
19-
"homepage": "https://github.com/sfdx-actions/cli#readme",
19+
"homepage": "https://github.com/sfdx-actions/setup-sfdx#readme",
2020
"dependencies": {
2121
"@actions/core": "^1.2.0"
2222
}

0 commit comments

Comments
 (0)