fix: Correct repo name in auto-merge URL

This commit is contained in:
Kelly
2025-12-15 06:42:16 -07:00
parent a8360c7260
commit 3f393ef77f

View File

@@ -58,7 +58,7 @@ steps:
-H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \
-d '{"Do":"merge"}' \
"https://git.spdy.io/api/v1/repos/Creationshop/cannaiq/pulls/${CI_COMMIT_PULL_REQUEST}/merge"
"https://git.spdy.io/api/v1/repos/Creationshop/dispensary-scraper/pulls/${CI_COMMIT_PULL_REQUEST}/merge"
depends_on:
- typecheck-backend
- typecheck-cannaiq