From 7ad498da20f89bcdceb46baaf48afc2b159184b3 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 6 May 2026 11:53:37 +0200 Subject: [PATCH] fix: correct push remote_url for typescript-axios pipeline The push step in build-typescript-axios.yaml pointed to the Go client repository instead of the typescript-axios repository. Currently harmless because wp-git-action pushes via the cloned remote, but a behavior change in the plugin could route generated TypeScript code into the Go repo. --- .woodpecker/build-typescript-axios.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-typescript-axios.yaml b/.woodpecker/build-typescript-axios.yaml index 9aa7bc1..b3a0cd8 100644 --- a/.woodpecker/build-typescript-axios.yaml +++ b/.woodpecker/build-typescript-axios.yaml @@ -56,7 +56,7 @@ steps: image: quay.io/thegeeklab/wp-git-action settings: path: libre-graph-api-typescript-axios - remote_url: https://github.com/opencloud-eu/libre-graph-api-go.git + remote_url: https://github.com/opencloud-eu/libre-graph-api-typescript-axios.git branch: main action: - commit