Skip to content

Commit 33d4af3

Browse files
authored
Update quickstart.mdx (#742)
Fixed the indentation on yaml <!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 53dc1fd commit 33d4af3

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)