1
0
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:
ServarrAdmin
2025-08-13 22:53:47 -05:00
parent 8fd0541f7c
commit 27182d85f4

View File

@@ -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 }}