platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

Fixed clone for private repos #7

Closed itaykraise-vayyar closed 2 years ago

itaykraise-vayyar commented 2 years ago

I made the changes as you mentioned, I'm not sure how to run the action with my change to test it.

Fixes #6

platisd commented 2 years ago

It should be fine. You could have tested it out by changing uses: platisd/duplicate-code-detection-tool@master to :point_right: uses: itaykraise-vayyar/duplicate-code-detection-tool@dev_6_fix_clone_for_private_repos in your workflow.

I haven't tried it out yet, but I don't see any issues with it.

itaykraise-vayyar commented 2 years ago

oh, mine had a tag version instead of a branch, Thanks for you help! I'll try it rn