mirror of https://github.com/actions/setup-python
Merge pull request #27 from dongjoon-hyun/fix_repo_url
Fix Repo URL in `package.json`
This commit is contained in:
commit
a3e488ea33
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/ssetup-python.git"
|
"url": "git+https://github.com/actions/setup-python.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
|
Loading…
Reference in New Issue