1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Version broken GHES < 3.1 links (#22074)

This commit is contained in:
Lucas Costi
2021-10-11 15:26:36 +10:00
committed by GitHub
parent fa0cd860d5
commit 5be0d736e8

View File

@@ -34,9 +34,12 @@ You can configure your CD workflow to run when a {% data variables.product.produ
{% data reusables.actions.cd-templates-actions %}
{% ifversion fpt or ghae or ghes > 3.0 %}
## Further reading
- [Deploying with GitHub Actions](/actions/deployment/deploying-with-github-actions)
- [Using environments for deployment](/actions/deployment/using-environments-for-deployment){% ifversion fpt %}
- "[Managing billing for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions)"
- "[Managing billing for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions)"{% endif %}
{% endif %}