Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

Using an enterprise http/https proxy for this action #30

Open dos1701 opened 3 years ago

dos1701 commented 3 years ago

Hi everyone,

Is there a way to force the use of an external enterprise proxy for this action while connecting to azure devops? I tried forcing variables http/https_proxy both on a self hosted runner and on the workflow itself to no use.

The environment is Github enterprise 3.0.4 with self-hosted runners.

Thank you