Skip to content

Commit

Permalink
fix(workflow.json): change "params" to "json" for consistency and cla…
Browse files Browse the repository at this point in the history
…rity
  • Loading branch information
chronark committed Oct 1, 2023
1 parent 909e2d2 commit cc1b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agent/e2e/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"Content-Type": "application/json",
"Authorization": "Bearer ${{secrets.rootKey}}"
},
"params": {
"json": {
"keyId": "${{captures.keyId}}"
},
"check": {
Expand Down

0 comments on commit cc1b028

Please sign in to comment.