Skip to content

Commit 45cfbe6

Browse files
authored
Merge pull request #35902 from github/repo-sync
Repo sync
2 parents 5f80f16 + efe146e commit 45cfbe6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sync-staging-repo-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
name: Sync Staging Repo Files
66

77
on:
8+
workflow_dispatch:
89
push:
910
branches: [main]
1011
paths:
@@ -50,7 +51,7 @@ jobs:
5051
for i in $(seq 0 $NUMBER_OF_REPOS); do
5152
repos+=("{\"repo\": \"github/docs-staging-$i\", \"index\": $i}")
5253
done
53-
json_repos=$(printf '%s\n' "${repos[@]}" | jq -s .)
54+
json_repos=$(printf '%s\n' "${repos[@]}" | jq -s -c .)
5455
echo "repos=$json_repos" >> $GITHUB_OUTPUT
5556
5657
- name: Set matrix output with repo and index

src/deployments/staging/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ For internal documentation, please see the Moda directory in the internal Docs E
66

77
1. [Why staging servers?](#why-staging-servers)
88
1. [What are staging servers?](#what-are-staging-servers)
9-
1. [How do staging deploys work from docs-internal?](#how-do-they-work)
9+
1. [How do staging deploys work from docs-internal?](#how-do-staging-deploys-work-from-docs-internal)
10+
1. [How do review server deploys work from docs-internal?](#how-do-review-server-deploys-work-from-docs-internal)
1011
1. [Keeping build configurations in sync](#keeping-build-configurations-in-sync)
1112

1213
## Why staging servers?

0 commit comments

Comments
 (0)