1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-27 11:53:24 +01:00

script: add detailed logging to repository fetching

This commit is contained in:
ServarrAdmin
2025-08-18 21:33:33 -05:00
parent 8ecf67a2da
commit 1459e69ebb

View File

@@ -77,10 +77,13 @@ jobs:
- name: Fetch repositories
run: |
# Fetch Jackett repository
echo "🔄 Fetching Jackett repository..."
git fetch z_Jackett master --depth=50
# Fetch prowlarr/indexers repository
echo "✅ Jackett repository fetched successfully"
echo "🔄 Fetching prowlarr/indexers repository..."
git fetch origin master --depth=50
echo "✅ prowlarr/indexers repository fetched successfully"
- name: Run indexer sync
run: |