Update all files to use `{% data %}` (#15253) · github/docs@caaee7a · GitHub
Skip to content

Commit caaee7a

Browse files
authored
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
1 parent aa5a62d commit caaee7a

14,816 files changed

Lines changed: 100352 additions & 100282 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/actions/creating-actions/about-actions.md

Lines changed: 21 additions & 21 deletions

content/actions/creating-actions/creating-a-composite-run-steps-action.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Creating a composite run steps action
33
intro: 'In this guide, you''ll learn how to build a composite run steps action.'
4-
product: '{{ site.data.reusables.gated-features.actions }}'
4+
product: '{% data reusables.gated-features.actions %}'
55
versions:
66
free-pro-team: '*'
77
enterprise-server: '>=2.22'
88
---
99

10-
{{ site.data.reusables.actions.enterprise-beta }}
11-
{{ site.data.reusables.actions.enterprise-github-hosted-runners }}
10+
{% data reusables.actions.enterprise-beta %}
11+
{% data reusables.actions.enterprise-github-hosted-runners %}
1212

1313
### Introduction
1414

@@ -18,9 +18,9 @@ Once you complete this project, you should understand how to build your own comp
1818

1919
### Prerequisites
2020

21-
Before you begin, you'll create a {{ site.data.variables.product.product_name }} repository.
21+
Before you begin, you'll create a {% data variables.product.product_name %} repository.
2222

23-
1. Create a new public repository on {{ site.data.variables.product.product_location }}. You can choose any repository name, or use the following `hello-world-composite-run-steps-action` example. You can add these files after your project has been pushed to {{ site.data.variables.product.product_name }}. For more information, see "[Create a new repository](/articles/creating-a-new-repository)."
23+
1. Create a new public repository on {% data variables.product.product_location %}. You can choose any repository name, or use the following `hello-world-composite-run-steps-action` example. You can add these files after your project has been pushed to {% data variables.product.product_name %}. For more information, see "[Create a new repository](/articles/creating-a-new-repository)."
2424

2525
1. Clone your repository to your computer. For more information, see "[Cloning a repository](/articles/cloning-a-repository)."
2626

content/actions/creating-actions/creating-a-docker-container-action.md

Lines changed: 13 additions & 13 deletions

0 commit comments

Comments
 (0)