Skip to content

Commit bdd2b6d

Browse files
committed
Update README
1 parent 41e1c2c commit bdd2b6d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Note the permissions, concurrency, and checkout options.
1010
The action will also require a `dvc_token` input,
1111
which should be set in the repository's Actions secrets.
1212

13+
<!-- Do not edit the snippet below since it is automatically populated -->
1314
<!-- snippet:example.yml:start -->
1415
```yaml
15-
# Auto-generated from example.yml — do not edit this block by hand.
1616
name: Run pipeline
1717

1818
on:

scripts/update-readme.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def main() -> int:
3131
yaml_text = EXAMPLE.read_text(encoding="utf-8").rstrip()
3232
replacement = (
3333
f"{START}\n```yaml\n"
34-
f"# Auto-generated from example.yml — do not edit this block by hand.\n"
3534
f"{yaml_text}\n```\n{END}"
3635
)
3736
new_md = md[:s] + replacement + md[e + len(END) :]

0 commit comments

Comments
 (0)