File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
4545
4646 steps :
4747 - name : Sync
48- uses : CherryKatatonic /leetcode-sync@v1.4
48+ uses : joshcai /leetcode-sync@v1.4
4949 with :
5050 destination-folder : my-folder
5151 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 1- name : ' CherryKatatonic LeetCode Sync'
1+ name : ' LeetCode Sync'
22description : ' Sync LeetCode submissions to GitHub'
33branding :
44 icon : git-commit
Original file line number Diff line number Diff line change 11{
2- "name" : " cherrykatatonic- leetcode-sync" ,
2+ "name" : " leetcode-sync" ,
33 "version" : " 1.4.0" ,
44 "description" : " Forked GitHub Action for syncing LeetCode submissions to a git repository" ,
55 "main" : " index.js" ,
88 },
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " git+https://github.com/cherrykatatonic /leetcode-sync.git"
11+ "url" : " git+https://github.com/joshcai /leetcode-sync.git"
1212 },
1313 "keywords" : [],
1414 "author" : " " ,
1515 "license" : " ISC" ,
1616 "bugs" : {
17- "url" : " https://github.com/cherrykatatonic /leetcode-sync/issues"
17+ "url" : " https://github.com/joshcai /leetcode-sync/issues"
1818 },
19- "homepage" : " https://github.com/cherrykatatonic /leetcode-sync#readme" ,
19+ "homepage" : " https://github.com/joshcai /leetcode-sync#readme" ,
2020 "dependencies" : {
2121 "@actions/core" : " ^1.2.6" ,
2222 "@actions/github" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments