Skip to content

Commit

Permalink
fix: properly format JSON output for check run API
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers committed Jan 24, 2025
1 parent 09ad54b commit 242a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dummy_check_result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-f status="completed" \
-f conclusion="failure" \
-f details_url="https://www.google.com/search?q=test-failure" \
-f output="{\"title\":\"Test Results\",\"summary\":\"This is a test check using direct API calls.\"}")
-f output='{"title":"Test Results","summary":"This is a test check using direct API calls."}')
# Get the check run ID
check_id=$(echo "$response" | jq -r '.id')
Expand Down

0 comments on commit 242a23a

Please sign in to comment.