79b8923679
This resolves a "Duplicate header: Authorization" error (HTTP 400) when create-pull-request runs. actions/checkout@v6 persists credentials by default, which conflicts with the token used by create-pull-request. Co-authored-by: Yifan Wang <wanyif@google.com> PiperOrigin-RevId: 943548154