Skip to content

Commit

Permalink
Update tenon-io.md (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0rban authored Aug 20, 2024
2 parents cea574b + 4b97369 commit 37b51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/starter-configs/code-snippets/tenon-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
online:
# Tenon Integration
- touch results.json
- curl -d "url=${TUGBOAT_PREVIEW_URL}&key=${TENON_API}" -H Content-Type:application/x-www-form-urlencoded -H
- curl -d "url=${TUGBOAT_SERVICE_URL}&key=${TENON_API}" -H Content-Type:application/x-www-form-urlencoded -H
Cache-Control:no-cache -X POST https://tenon.io/api/ > results.json
- "jq '{Summary: [.resultSummary .tests], title: .resultSet[] .errorTitle, description: .resultSet[]
.errorDescription, snippet: .resultSet[] .errorSnippet, ref: .resultSet[] .ref, resultTitle: .resultSet[]
Expand Down

0 comments on commit 37b51b7

Please sign in to comment.