1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Update all files to use {% data %} (#15253)

* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
This commit is contained in:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -1 +1 @@
By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {{ site.data.variables.product.prodname_actions }} is enabled on {{ site.data.variables.product.product_location }}, it{% else if if currentVersion == "free-pro-team@latest" %}{{ site.data.variables.product.prodname_actions }}{% endif %} is enabled on all repositories and organizations. You can choose to disable {{ site.data.variables.product.prodname_actions }} or limit them to private actions only, which means that people can only use actions that exist in your repository.
By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {% data variables.product.prodname_actions %} is enabled on {% data variables.product.product_location %}, it{% else if if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_actions %}{% endif %} is enabled on all repositories and organizations. You can choose to disable {% data variables.product.prodname_actions %} or limit them to private actions only, which means that people can only use actions that exist in your repository.