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