We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac552b commit cf51d93Copy full SHA for cf51d93
docs/batch-changes/quickstart.mdx
@@ -55,7 +55,7 @@ on:
55
# In each repository, run this command. Each repository's resulting diff is captured.
56
steps:
57
- run: IFS=$'\n'; echo Hello World | tee -a $(find -name README)
58
- container: alpine:3
+ container: alpine:3
59
60
# Describe the changeset (e.g., GitHub pull request) you want for each repository.
61
changesetTemplate:
0 commit comments