Commit 5561735
committed
Fix the upgrade GitHub action
syslog-ng/syslog-ng#4755 added a `name` keyword
that cause confusion for our simle script.
Ensure we are processing an actual `{"name": "string"}` and not
somthing like `{"name": {...}}` to find keywords.1 parent 16a053b commit 5561735
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments