Commit bb4e346
authored
chore(ci): correct the
## Description
Workflow automation API does not take in a JSON object with arbitrary keys as input body; rather, it takes in a single `input` string. We need to send our data as a JSON string to be parsed by the workflow downstream
## Testing
https://app.datadoghq.com/workflow/dd0d5405-b38c-4f4f-8f4c-c0cd4a65d4d6?debugItem=workflow-data&instance=7b93ae7c-7cfa-419b-b1b3-9b17aac0cbbb
https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/1635417293
Did a manual trigger from gitlab CI to verify e2e. Note that this was from a branch trigger, not a tag trigger where this usually needs to run
## Risks
<!-- Note any risks associated with this change, or "None" if no risks -->
## Additional Notes
I had claude do the `jq` stuff
Co-authored-by: gyuheon.oh <gyuheon.oh@datadoghq.com>notify-datadog-release job (#17705)1 parent 23a1b35 commit bb4e346
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 58 | + | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
66 | | - | |
| 61 | + | |
| 62 | + | |
67 | 63 | | |
| 64 | + | |
68 | 65 | | |
69 | 66 | | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
0 commit comments