Commit ca9c71e
authored
fix: configure git identity in cleanup workflow (#97)
## Summary
- The `clean_docs_branch` job fails with `fatal: empty ident name`
because no git `user.name`/`user.email` is configured on the runner
- Also adds a guard for the "nothing to commit" case (when ≤25 PR dirs
exist)
Same fix as n0-computer/iroh#39201 parent 0af8f5c commit ca9c71e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
0 commit comments