Skip to content

Commit

Permalink
Adding input for an explict proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Apr 26, 2024
1 parent 0cf9953 commit 51d2415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ inputs:
required: true
default: ${{ github.sha }}

https_proxy:
description: An optional explicit proxy to use for accessing the GitHub API. Will fall back to environment variables for the proxy if this is not set and one of HTTPS_PROXY, HTTP_PROXY or lower case equivalents are present.
required: false

runs:
using: node16
main: dist/index.js
Expand Down

0 comments on commit 51d2415

Please sign in to comment.