@@ -1377,7 +1377,7 @@ For more information about branch, tag, and path filter syntax, see "[`on.<push|
|
||||
|---------|------------------------|---------|
|
||||
| `feature/*` | The `*` wildcard matches any character, but does not match slash (`/`). | `feature/my-branch`<br/><br/>`feature/your-branch` |
|
||||
| `feature/**` | The `**` wildcard matches any character including slash (`/`) in branch and tag names. | `feature/beta-a/my-branch`<br/><br/>`feature/your-branch`<br/><br/>`feature/mona/the/octocat` |
|
||||
| `main`<br/><br/>`releases/mona-the-octcat` | Matches the exact name of a branch or tag name. | `main`<br/><br/>`releases/mona-the-octocat` |
|
||||
| `main`<br/><br/>`releases/mona-the-octocat` | Matches the exact name of a branch or tag name. | `main`<br/><br/>`releases/mona-the-octocat` |
|
||||
| `'*'` | Matches all branch and tag names that don't contain a slash (`/`). The `*` character is a special character in YAML. When you start a pattern with `*`, you must use quotes. | `main`<br/><br/>`releases` |
|
||||
| `'**'` | Matches all branch and tag names. This is the default behavior when you don't use a `branches` or `tags` filter. | `all/the/branches`<br/><br/>`every/tag` |
|
||||
| `'*feature'` | The `*` character is a special character in YAML. When you start a pattern with `*`, you must use quotes. | `mona-feature`<br/><br/>`feature`<br/><br/>`ver-10-feature` |
|
||||
|
||||
@@ -16,6 +16,9 @@ topics:
|
||||
- Networking
|
||||
shortTitle: Configure an outbound proxy
|
||||
---
|
||||
|
||||
## About proxies with {% data variables.product.product_name %}
|
||||
|
||||
When a proxy server is enabled for {% data variables.product.product_location %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`.
|
||||
|
||||
{% note %}
|
||||
@@ -24,6 +27,10 @@ When a proxy server is enabled for {% data variables.product.product_location %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
{% data reusables.actions.proxy-considerations %} For more information about using {% data variables.product.prodname_actions %} with {% data variables.product.prodname_ghe_server %}, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)."
|
||||
|
||||
## Configuring an outbound web proxy server
|
||||
|
||||
{% data reusables.enterprise_site_admin_settings.access-settings %}
|
||||
{% data reusables.enterprise_site_admin_settings.management-console %}
|
||||
{% data reusables.enterprise_management_console.privacy %}
|
||||
|
||||
@@ -103,6 +103,10 @@ To enable {% data variables.product.prodname_actions %} on {% data variables.pro
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Networking considerations
|
||||
|
||||
{% data reusables.actions.proxy-considerations %} For more information about using a proxy with {% data variables.product.prodname_ghe_server %}, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server)."
|
||||
|
||||
{% ifversion ghes > 2.22 %}
|
||||
|
||||
## Enabling {% data variables.product.prodname_actions %} with your storage provider
|
||||
|
||||
@@ -122,6 +122,7 @@ If your country is not on this list, then we aren't currently able to reliably d
|
||||
<li>Tanzania</li>
|
||||
<li>Togo</li>
|
||||
<li>Trinidad and Tobago</li>
|
||||
<li>Turkey</li>
|
||||
<li>Turks and Caicos Islands</li>
|
||||
<li>Uganda</li>
|
||||
<li>Ukraine</li>
|
||||
|
||||
@@ -85,7 +85,7 @@ Most of the limits below affect both {% data variables.product.product_name %} a
|
||||
|
||||
### Text limits
|
||||
|
||||
Text files over **1 MB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
|
||||
Text files over **512 KB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
|
||||
|
||||
Text files over **5 MB** are only available through their raw URLs, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/master/index.html`. Click the **Raw** button to get the raw URL for a file.
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Repositories
|
||||
intro: "Learn to use and manage the repositories that allow you to store and collaborate on your project's code."
|
||||
redirect_from:
|
||||
- /github/creating-cloning-and-archiving-repositories
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
|
||||
@@ -19,4 +19,4 @@ topics:
|
||||
3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`.
|
||||

|
||||
|
||||
To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`.
|
||||
To link directly to a download of your latest release asset that was manually uploaded, link to `/owner/name/releases/latest/download/asset-name.zip`.
|
||||
|
||||
1
data/reusables/actions/proxy-considerations.md
Normal file
1
data/reusables/actions/proxy-considerations.md
Normal file
@@ -0,0 +1 @@
|
||||
If {% data variables.product.prodname_actions %} is enabled for your enterprise, only HTTP proxies are supported. SOCK5 and HTTPS proxies and Polipo are not supported.
|
||||
Reference in New Issue
Block a user