* 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
8 lines
366 B
Markdown
8 lines
366 B
Markdown
{% if currentVersion == "free-pro-team@latest" %}
|
|
{% warning %}
|
|
|
|
**Warning:** This {% data variables.product.prodname_actions %} usage endpoint is currently in public beta and subject to change. For more information, see "[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage)."
|
|
|
|
{% endwarning %}
|
|
{% endif %}
|