We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6db826 commit ce224bdCopy full SHA for ce224bd
1 file changed
.github/workflows/locust.yml
@@ -47,4 +47,4 @@ jobs:
47
curl -k -X POST "https://spire.bugout.dev/github/summary" \
48
-H "Content-Type: application/json" \
49
-H "Authorization: Bearer $BUGOUT_SECRET" \
50
- --data '${{ steps.locust.outputs.summary }}'
+ --data '${{ steps.clean_summary.outputs.summary }}'
0 commit comments