1
0
mirror of synced 2026-01-26 03:06:48 -05:00

Merge branch 'main' into dynamic-esm

This commit is contained in:
Grace Park
2021-06-23 12:17:32 -07:00
committed by GitHub
5 changed files with 0 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ versions:
github-ae: '*'
---
{% data reusables.actions.environments-beta %}
{% data reusables.actions.ae-beta %}
## About required reviews in workflows

View File

@@ -13,7 +13,6 @@ versions:
---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.environments-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.actions.ae-beta %}

View File

@@ -8,7 +8,6 @@ versions:
github-ae: '*'
---
{% data reusables.actions.environments-beta %}
{% data reusables.actions.ae-beta %}
## About environments

View File

@@ -9,7 +9,6 @@ topics:
- API
---
{% data reusables.actions.environments-beta %}
You can deliver deployments through {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}{% data variables.product.prodname_actions %} and environments or with {% endif %}the REST API and third party apps. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}For more information about {% data variables.product.prodname_actions %}, see "[{% data variables.product.prodname_actions %}](/actions)." {% endif %}For more information about deployments with the REST API, see "[Repositories](/rest/reference/repos#deployments)."

View File

@@ -1,9 +0,0 @@
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
{% note %}
**Note:** Environments, environment protection rules, and environment secrets are currently in beta and subject to change.
{% endnote %}
{% endif %}