Not able to deploy public repository
I have below public repository
https://github.com/salesforcecodes/BarcodeToCloud
Generated below deploy URL using githubsfdeploy tool.
https://githubsfdeploy.herokuapp.com/app/githubdeploy/salesforcecodes/BarcodeToCloud
It is giving below error when I try to deploy
Could not find the repository 'BarcodeToCloud'. Ensure it is spelt correctly and that it is owned by 'salesforcecodes'
Facing the same issue
This might be the issue because of the name of defualt branch. Seems like this button code looks for branch name 'master' if you do not provide the branch name option. I had the same issue when I created the defualt/main branch with name 'main'. You can try renaming the defualt branch to 'master'.
Correct deduction - this works - https://githubsfdeploy.herokuapp.com/app/githubdeploy/salesforcecodes/BarcodeToCloud?ref=main - i'll flag. this as an enhancement though