grafana / grafana/plugin-actions

[Playwright-GH-Pages] fatal: unable to access 400

Open
#200 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6
Forks
9
Avg merge
8h 55m
Merged PRs (30d)
24

Description

Hi, in my workflows I am getting the following error from the "Publish report" step in [ci.yml](https://github.com/nicfv/Pumpchart/actions/runs/21846090579/workflow?pr=13#L232) (link to [error](https://github.com/nicfv/Pumpchart/actions/runs/21846090579/job/63042486852?pr=13#step:3:281))

```sh
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/gh-pages*:refs/remotes/origin/gh-pages* +refs/tags/gh-pages*:refs/tags/gh-pages*
remote: Duplicate header: "Authorization"
Error: fatal: unable to access 'https://github.com/nicfv/Pumpchart/': The requested URL returned error: 400
The process '/usr/bin/git' failed with exit code 128
Waiting 11 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/gh-pages*:refs/remotes/origin/gh-pages* +refs/tags/gh-pages*:refs/tags/gh-pages*
remote: Duplicate header: "Authorization"
Error: fatal: unable to access 'https://github.com/nicfv/Pumpchart/': The requested URL returned error: 400
The process '/usr/bin/git' failed with exit code 128
Waiting 17 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/gh-pages*:refs/remotes/origin/gh-pages* +refs/tags/gh-pages*:refs/tags/gh-pages*
remote: Duplicate header: "Authorization"
Error: fatal: unable to access 'https://github.com/nicfv/Pumpchart/': The requested URL returned error: 400
Error: The process '/usr/bin/git' failed with exit code 128
```

I have a hunch that there is simply a setting I need to change in my repository settings, but the error message here is not helpful at all. Can you please clarify what needs to be done to fix this error, and maybe I could even help by creating a PR with a better error message?

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.