Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jan 8, 2025
1 parent 2b35275 commit 842d6c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/watch-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
trap 'rm -rf "$TEMP_DIR"' EXIT
echo "DEBUG: Current CONFIG content:"
echo "$CONFIG" | jq '.'
# Prepare simple request without complex config handling
Expand All @@ -172,7 +174,8 @@ jobs:
}"
echo "Initializing repository ingestion..."
echo "DEBUG: Request body before sending:"
echo "$REQUEST_BODY" | jq '.'
# Make the API call
Expand Down

0 comments on commit 842d6c6

Please sign in to comment.