1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-28 04:13:20 +01:00

cleanup sync yml

This commit is contained in:
Servarr
2025-09-06 11:53:38 -05:00
parent 7e50f23bdb
commit 6d4826d37e

View File

@@ -29,7 +29,7 @@ jobs:
if: github.repository == 'Prowlarr/Indexers'
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
@@ -48,7 +48,6 @@ jobs:
restore-keys: |
python-deps-${{ runner.os }}-
- name: Setup Python
uses: actions/setup-python@v5
with:
@@ -80,7 +79,7 @@ jobs:
echo "🔄 Fetching Jackett repository..."
git fetch z_Jackett master --depth=50
echo "✅ Jackett repository fetched successfully"
echo "🔄 Fetching prowlarr/indexers repository..."
git fetch origin master --depth=50
echo "✅ prowlarr/indexers repository fetched successfully"
@@ -94,7 +93,6 @@ jobs:
./scripts/indexer-sync-v2.sh -z -a -p -b automated-indexer-sync -o origin
fi
- name: Summary
run: |
echo "✅ Indexer sync workflow completed"