mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 19:08:06 +01:00
fix: remove trailing backslash causing syntax error in workflow
This commit is contained in:
2
.github/workflows/indexer-sync.yml
vendored
2
.github/workflows/indexer-sync.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
Please review the changes carefully before merging." \
|
||||
--head "$BRANCH_NAME" \
|
||||
--base master \
|
||||
--base master
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user