From cf51d93178dba95dd738ebbe3a1e95053b05a703 Mon Sep 17 00:00:00 2001 From: DB Date: Wed, 30 Oct 2024 16:33:24 +0900 Subject: [PATCH] Update quickstart.mdx Fixed the indentation on yaml --- docs/batch-changes/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batch-changes/quickstart.mdx b/docs/batch-changes/quickstart.mdx index 2add6e74e..4be719611 100644 --- a/docs/batch-changes/quickstart.mdx +++ b/docs/batch-changes/quickstart.mdx @@ -55,7 +55,7 @@ on: # In each repository, run this command. Each repository's resulting diff is captured. steps: - run: IFS=$'\n'; echo Hello World | tee -a $(find -name README) - container: alpine:3 + container: alpine:3 # Describe the changeset (e.g., GitHub pull request) you want for each repository. changesetTemplate: