Commit 3c86caf
committed
fix: address code review feedback
Resolve review comments from @yolabingo:
1. Use JSON empty array [] instead of empty string for files output
when no YAML files are changed. This ensures consistent JSON format
for downstream processing.
2. For push events, use github.event.before and github.event.after
instead of default branch comparison. This provides the correct
commit range for push events as suggested.1 parent 0692043 commit 3c86caf
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments