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

Allow setting of custom arguments #379

Open
shinyhappydan opened this issue Mar 28, 2023 · 1 comment
Open

Allow setting of custom arguments #379

shinyhappydan opened this issue Mar 28, 2023 · 1 comment

Comments

@shinyhappydan
Copy link

I am using the action on a self-hosted runner which requires proxy settings. I don't seem to be able to set these, meaning coursier fails when installing apps

I tried to set JAVA_OPTS, however this doesn't seem to be possible (not sure if this would work anyway)

My understanding is, I would need to get coursier to run like this: coursier -J-Dhttps.proxyHost=… -J-Dhttps.proxyPort=… as documented here

If this makes sense as a useful feature, I'd be willing to work on a pull request. Let me know what you think

@alexarchambault
Copy link
Member

@shinyhappydan Sure, that could be helpful

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