Skip to content

Commit ce224bd

Browse files
committed
Fixed bug in locust yml
1 parent d6db826 commit ce224bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/locust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
curl -k -X POST "https://spire.bugout.dev/github/summary" \
4848
-H "Content-Type: application/json" \
4949
-H "Authorization: Bearer $BUGOUT_SECRET" \
50-
--data '${{ steps.locust.outputs.summary }}'
50+
--data '${{ steps.clean_summary.outputs.summary }}'

0 commit comments

Comments
 (0)