Skip to content

Commit 0b4e790

Browse files
zekesarahsJamesMGreene
authored
run script/i18n/homogenize-frontmatter.js (#19118)
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com> Co-authored-by: James M. Greene <417751+JamesMGreene@users.noreply.github.com>
1 parent 691155b commit 0b4e790

5,766 files changed

Lines changed: 9559 additions & 7031 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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ versions:
66
free-pro-team: '*'
77
enterprise-server: '>=2.22'
88
github-ae: '*'
9-
type: 'tutorial'
9+
type: tutorial
1010
topics:
11-
- 'Action development'
11+
- Action development
1212
---
1313

1414
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/creating-actions/creating-a-docker-container-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Eine Docker-Container-Aktion erstellen
3-
intro: 'In diesem Leitfaden werden die mindestens erforderlichen Schritte zum Erstellen einer Docker-Container-Aktion beschrieben.'
3+
intro: In diesem Leitfaden werden die mindestens erforderlichen Schritte zum Erstellen einer Docker-Container-Aktion beschrieben.
44
product: '{% data reusables.gated-features.actions %}'
55
redirect_from:
66
- /articles/creating-a-docker-container-action
@@ -11,10 +11,10 @@ versions:
1111
free-pro-team: '*'
1212
enterprise-server: '>=2.22'
1313
github-ae: '*'
14-
type: 'tutorial'
14+
type: tutorial
1515
topics:
16-
- 'Action development'
17-
- 'Docker'
16+
- Action development
17+
- Docker
1818
---
1919

2020
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ versions:
1111
free-pro-team: '*'
1212
enterprise-server: '>=2.22'
1313
github-ae: '*'
14-
type: 'tutorial'
14+
type: tutorial
1515
topics:
16-
- 'Action development'
17-
- 'JavaScript'
16+
- Action development
17+
- JavaScript
1818
---
1919

2020
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/creating-actions/publishing-actions-in-github-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88
- /actions/building-actions/publishing-actions-in-github-marketplace
99
versions:
1010
free-pro-team: '*'
11-
type: 'how_to'
11+
type: how_to
1212
---
1313

1414
{% data reusables.actions.ae-beta %}

translations/de-DE/content/actions/creating-actions/setting-exit-codes-for-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ versions:
99
free-pro-team: '*'
1010
enterprise-server: '>=2.22'
1111
github-ae: '*'
12-
type: 'how_to'
12+
type: how_to
1313
---
1414

1515
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/guides/about-continuous-integration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ redirect_from:
1010
versions:
1111
free-pro-team: '*'
1212
enterprise-server: '>=2.22'
13-
type: 'overview'
13+
github-ae: '*'
14+
type: overview
15+
topics:
16+
- CI
17+
- CD
1418
---
1519

1620
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/guides/about-packaging-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ versions:
1111
github-ae: '*'
1212
type: overview
1313
topics:
14-
- Pakete erstellen
14+
- Packaging
1515
---
1616

1717
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/guides/adding-labels-to-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Adding labels to issues
3-
intro: You can use {% data variables.product.prodname_actions %} to automatically label issues.
3+
intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.'
44
product: '{% data reusables.gated-features.actions %}'
55
versions:
66
free-pro-team: '*'
77
enterprise-server: '>=2.22'
88
github-ae: '*'
9-
type: 'tutorial'
9+
type: tutorial
1010
topics:
11-
- 'Workflows'
12-
- 'Project management'
11+
- Workflows
12+
- Project management
1313
---
1414

1515
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/guides/building-and-testing-java-with-ant.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Java bauen und testen mit Ant
3-
intro: Du kannst einen Workflow für kontinuierliche Integration (CI) in GitHub-Aktionen erstellen, um Dein Java-Projekt mit Ant zu bauen und zu testen.
3+
intro: 'Du kannst einen Workflow für kontinuierliche Integration (CI) in GitHub-Aktionen erstellen, um Dein Java-Projekt mit Ant zu bauen und zu testen.'
44
product: '{% data reusables.gated-features.actions %}'
55
redirect_from:
66
- /actions/language-and-framework-guides/building-and-testing-java-with-ant
77
versions:
88
free-pro-team: '*'
99
enterprise-server: '>=2.22'
1010
github-ae: '*'
11-
type: 'tutorial'
11+
type: tutorial
1212
topics:
13-
- 'CI'
14-
- 'Java'
15-
- 'Ant'
13+
- CI
14+
- Java
15+
- Ant
1616
---
1717

1818
{% data reusables.actions.enterprise-beta %}

translations/de-DE/content/actions/guides/building-and-testing-java-with-gradle.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Java bauen und testen mit Gradle
3-
intro: Du kannst einen Workflow für kontinuierliche Integration (CI) in GitHub-Aktionen erstellen, um Dein Java-Projekt mit Gradle zu bauen und zu testen.
3+
intro: 'Du kannst einen Workflow für kontinuierliche Integration (CI) in GitHub-Aktionen erstellen, um Dein Java-Projekt mit Gradle zu bauen und zu testen.'
44
product: '{% data reusables.gated-features.actions %}'
55
redirect_from:
66
- /actions/language-and-framework-guides/building-and-testing-java-with-gradle
77
versions:
88
free-pro-team: '*'
99
enterprise-server: '>=2.22'
1010
github-ae: '*'
11-
type: 'tutorial'
11+
type: tutorial
1212
topics:
13-
- 'CI'
14-
- 'Java'
15-
- 'Gradle'
13+
- CI
14+
- Java
15+
- Gradle
1616
---
1717

1818
{% data reusables.actions.enterprise-beta %}

0 commit comments

Comments
 (0)