twistedpair / google-cloud-sdk

Mirror of gcloud Google Cloud Platform SDK to track release changes
73 stars 16 forks source link

fix 'Poll for Releases action' #10

Closed KengoTODA closed 6 months ago

KengoTODA commented 9 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:

  1. username needs to be set in Git HTTPS URL, or git push reports could not read Password for 'https://***@github.com': No such device or address error
    • I'm not sure in which GitHub account the secrets.MY_GITHUB_PUSH_TOKEN was created, so I use twistedpair as username for now.
  2. git config pull.rebase needs to be set, or git push reports You have divergent branches and need to specify how to reconcile them. error

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!

KengoTODA commented 9 months ago

Hello @twistedpair, could you check this PR when you have time? Thanks in advance!

KengoTODA commented 6 months ago

Seems that now GitHub Actions in this repo works perfectly. I'll close this PR. Thank you!