Skip to content

Commit 9af8891

Browse files
authored
Fix whitespace making billing table weird (#33258)
1 parent 4103893 commit 9af8891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ The storage used by a repository is the total storage used by {% data variables.
6767
### Per-minute rates
6868

6969
{% data reusables.billing.billing-standard-runners %}
70-
{%- ifversion actions-hosted-runners %}{% data reusables.billing.billing-hosted-runners %}{%- endif %}
70+
{%- ifversion actions-hosted-runners %}
71+
{% data reusables.billing.billing-hosted-runners %}
72+
{%- endif %}
7173

7274
- The number of jobs you can run concurrently across all repositories in your user or organization account depends on your GitHub plan. For more information, see "[Usage limits and billing](/actions/reference/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)" for self-hosted runner usage limits.
7375
- {% data reusables.user-settings.context_switcher %}

0 commit comments

Comments
 (0)