1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge pull request #12728 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-12-07 21:00:55 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ redirect_from:
- /actions/automating-your-workflow-with-github-actions/
- /categories/automating-your-workflow-with-github-actions
- /marketplace/actions
- /actions/guides
- /actions/reference
layout: product-landing
versions:

3
script/i18n/reset-files-with-broken-liquid-tags.js Normal file → Executable file
View File

@@ -32,7 +32,8 @@ async function main() {
throw new Error(`Language ${options.language} not found`)
}
const files = languageFiles(language, 'content')
const files = [languageFiles(language, 'content'), languageFiles(language, 'data')].flat()
const brokenFiles = []
files.forEach((file) => {