Skip to content

Commit 0adc05a

Browse files
authored
Merge pull request #17 from DoofDilla/codex/fix-yaml-syntax-error-in-wiki-sync.yml-1v2juy
Fix wiki sync workflow heredoc indentation
2 parents e5ab468 + 301521c commit 0adc05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wiki-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
t = rewrite(s)
6969
if t != s:
7070
p.write_text(t, encoding="utf-8")
71-
PY
71+
PY
7272
7373
echo "== AFTER rewrite (should be empty) =="
7474
grep -R --line-number -E '\]\([^)]+\.md(#[^)]*)?\)' "$build_dir" || true

0 commit comments

Comments
 (0)