Skip to content

Commit cf51d93

Browse files
authored
Update quickstart.mdx
Fixed the indentation on yaml
1 parent cac552b commit cf51d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/batch-changes/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
# In each repository, run this command. Each repository's resulting diff is captured.
5656
steps:
5757
- run: IFS=$'\n'; echo Hello World | tee -a $(find -name README)
58-
container: alpine:3
58+
container: alpine:3
5959

6060
# Describe the changeset (e.g., GitHub pull request) you want for each repository.
6161
changesetTemplate:

0 commit comments

Comments
 (0)