Corrected misprints
Browse files
README.md
CHANGED
@@ -30,10 +30,10 @@ The user's model should correct the files of the repo, and benchmark pushes repo
|
|
30 |
**sha_fail**: sha of the failed commit
|
31 |
**sha_success**: sha of the successful commit
|
32 |
**diff:** the content of diff file between failed and successful commits
|
33 |
-
**logs**: list of dicts [{"log": log, "step_name":step_name}]:
|
34 |
- log: logs of the failed job, particular step
|
35 |
- step_name: name of the failed step of the job
|
36 |
**workflow**: content of the workflow file that has been used to run jobs
|
37 |
**workflow_filename**: workflow filename that has been used to run jobs
|
38 |
**workflow_name**: name of the workflow that was run
|
39 |
-
**workflow_path**: path to the workflow
|
|
|
30 |
**sha_fail**: sha of the failed commit
|
31 |
**sha_success**: sha of the successful commit
|
32 |
**diff:** the content of diff file between failed and successful commits
|
33 |
+
**logs**: list of dicts [{"log": log, "step_name": step_name}]:
|
34 |
- log: logs of the failed job, particular step
|
35 |
- step_name: name of the failed step of the job
|
36 |
**workflow**: content of the workflow file that has been used to run jobs
|
37 |
**workflow_filename**: workflow filename that has been used to run jobs
|
38 |
**workflow_name**: name of the workflow that was run
|
39 |
+
**workflow_path**: path to the workflow file that was run
|