1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Remove incorrect {% else if %}

This commit is contained in:
Shati Patel
2021-03-02 10:09:08 +00:00
committed by GitHub
parent 25fbdd2708
commit 4d78b35277

View File

@@ -60,7 +60,7 @@ These features are available {% if currentVersion == "free-pro-team@latest" %}fo
- **Detected secrets** - **Detected secrets**
{% if currentVersion == "free-pro-team@latest" %}For private repositories, view {% else if %}View {% endif %}any secrets that {% data variables.product.prodname_dotcom %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)." {% if currentVersion == "free-pro-team@latest" %}For private repositories, view {% else %}View {% endif %}any secrets that {% data variables.product.prodname_dotcom %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
{% endif %} {% endif %}