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

Feature request - GHES support #54

Open
retzero opened this issue Oct 13, 2022 · 4 comments
Open

Feature request - GHES support #54

retzero opened this issue Oct 13, 2022 · 4 comments

Comments

@retzero
Copy link

retzero commented Oct 13, 2022

Hello.

Thank you for this great action!

I'd like to use this action in our GHES instance.
Could you please support additional parameters so that we can use this action in our Enterprise?

Reference: https://github.com/robinraju/release-downloader/blob/a96f54c1b5f5e09e47d9504526e96febd949d4c2/action.yml#L54

Thanks

@CCFenner
Copy link

CCFenner commented Apr 5, 2023

Looks like this is already implemented in @actions/github and we just need to update from 1.2.0 to a recent version.

After that we should be able to use the action like this:

    - uses: romeovs/lcov-reporter-action@v0.2.16
       env:
         GITHUB_API_URL: https://enterprice-instance/api/v3
       with:
         lcov-file: reports/lcov.info

@alluri-venkatramaraju
Copy link

PR 64 submitted to address the issue

@siriraghunatharao
Copy link

Still not working.
Is this working for anyone with the latest (v0.4.0) released version?

@06393993
Copy link

06393993 commented Jul 5, 2024

Still not working. Is this working for anyone with the latest (v0.4.0) released version?

We never rebuild the project and update dist/main.js after #64 is merged. The up-to-date #68 which rebuilds the project should fix the issue. Let's wait for the maintainer to merge it.

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

5 participants