diff --git a/.github/workflows/watch-repos.yml b/.github/workflows/watch-repos.yml index 9d00b39..55d49f8 100644 --- a/.github/workflows/watch-repos.yml +++ b/.github/workflows/watch-repos.yml @@ -195,22 +195,13 @@ jobs: echo "API Response:" echo "$response" | jq '.' - - # Check response format - if ! echo "$response" | jq -e '.totalFiles' > /dev/null 2>&1; then - echo "::error::Invalid response format - missing totalFiles" - exit 1 - fi - # Parse and display results - total_files=$(echo "$response" | jq -r '.totalFiles') processed=$(echo "$response" | jq -r '.processed') errors=$(echo "$response" | jq -r '.errors') skipped=$(echo "$response" | jq -r '.skipped') total_chunks=$(echo "$response" | jq -r '.totalChunks') - + echo "Repository ingestion summary:" - echo "- Total files: $total_files" echo "- Processed: $processed" echo "- Errors: $errors" echo "- Skipped: $skipped" diff --git a/lib/web/components/acls/edit_acl_live.sface b/lib/web/components/acls/edit_acl_live.sface index bd059b5..724a6cc 100644 --- a/lib/web/components/acls/edit_acl_live.sface +++ b/lib/web/components/acls/edit_acl_live.sface @@ -42,7 +42,7 @@ -