Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Error on GHES repo #594

Open
sirirao88 opened this issue Jul 9, 2024 · 1 comment
Open

404 Error on GHES repo #594

sirirao88 opened this issue Jul 9, 2024 · 1 comment

Comments

@sirirao88
Copy link

Hello,

Thank you for this great action.

While I am trying to use this action in one of the GHES repo, I encounter the below issue (screenshot attached). I see that the url shows the correct GHES url but still error out with 404 Not Found.

image

Below is how I use it in the workflow .yml file:

- name: Upload Shell Coverage Reports
  uses: Nef10/lcov-reporter-action@v0.4.0
  env:  
    PR_NUMBER: ${{ github.event.pull_request.number }}
  with:
    lcov-file: shell/target/jscoverage/shell-lcov.info
    github-token: ${{ secrets.GITHUB_TOKEN }}

Is there something missing in the above snippet or is it not supported completely to be used in the GHES workflows?
Thanks you in advance for looking into the issue.

@Nef10
Copy link
Owner

Nef10 commented Jul 27, 2024

Hey @sirirao88,
Given that you put a blur over the URL, I assume that is your GHES server URL?
So it looks like it is hitting the right server, which is a good sign.
What happens if you manually click on the link, do you get a 404 too?
Lastly, did you check the scope of the token you are passing in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants