Skip to content

Commit a3e488e

Browse files
author
Madhuri Gummalla
authored
Merge pull request #27 from dongjoon-hyun/fix_repo_url
Fix Repo URL in `package.json`
2 parents 6f6fcee + 62618cd commit a3e488e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/actions/ssetup-python.git"
15+
"url": "git+https://github.com/actions/setup-python.git"
1616
},
1717
"keywords": [
1818
"actions",

0 commit comments

Comments
 (0)