From f4ea272c12a4f5c71e55efd475d9e2e9a7b170bc Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 17 May 2026 16:57:12 -0600 Subject: [PATCH] Fix incorrect API endpoint x2 --- .gitea/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 1d854af..4ef266e 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -34,4 +34,4 @@ jobs: --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ --data '{ "stack": "6a0636c08ef0bf623546d494" }' \ - ${{ secrets.KOMODO_HOST }}/execute/CheckStackForUpdate + ${{ secrets.KOMODO_HOST }}/write/CheckStackForUpdate