Closed KengoTODA closed 6 months ago
Hello, thanks for sharing this amazing and useful project! 🙌
Recently Poll for Releases action fails continuously, so I tried to investigate. In my forked repo, I've found two problems:
username
git push
could not read Password for 'https://***@github.com': No such device or address
secrets.MY_GITHUB_PUSH_TOKEN
twistedpair
git config pull.rebase
You have divergent branches and need to specify how to reconcile them.
This PR suggests to fix them by updating a script. Please have a look when you have time. Thanks in advance for checking this PR!
Hello @twistedpair, could you check this PR when you have time? Thanks in advance!
Seems that now GitHub Actions in this repo works perfectly. I'll close this PR. Thank you!
Hello, thanks for sharing this amazing and useful project! 🙌
Recently Poll for Releases action fails continuously, so I tried to investigate. In my forked repo, I've found two problems:
username
needs to be set in Git HTTPS URL, orgit push
reportscould not read Password for 'https://***@github.com': No such device or address
errorsecrets.MY_GITHUB_PUSH_TOKEN
was created, so I usetwistedpair
as username for now.git config pull.rebase
needs to be set, orgit push
reportsYou have divergent branches and need to specify how to reconcile them.
errorThis PR suggests to fix them by updating a script. Please have a look when you have time. Thanks in advance for checking this PR!