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:
7
.github/workflows/indexer-sync.yml
vendored
7
.github/workflows/indexer-sync.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user