Skip to content

Commit

Permalink
Merge branch 'proxy' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored Aug 10, 2022
2 parents 79931e1 + e38965e commit 779bd4e
Show file tree
Hide file tree
Showing 7 changed files with 1,875 additions and 40 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ jobs:

> **Note**: By default not specifying `fromTag` or `toTag` will resolve `toTag` from either the `ref` or alternatively fallback to the latest tag from the git API. `fromTag` is resolved by sorting tags using [semver](https://semver.org/). Check the [configuration](#configuration-specification) for alternatives.

> **Note**: If you are behind a corporate HTTP proxy, you can set the `https_proxy` environment variable to the proxy URL. For reference, please see the Octokit [documentation](https://github.com/octokit/octokit.js/#proxy-servers-nodejs-only).

### Configuration

The action supports flexible configuration options to modify vast areas of its behavior. To do so, provide the configuration file to the workflow using the `configuration` setting.
Expand Down
Loading

0 comments on commit 779bd4e

Please sign in to comment.