From 0194d8220ff2ac2190959cb9a9361d01894f6cb5 Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 17 May 2026 16:56:06 -0600 Subject: [PATCH] Fix incorrect API endpoint --- .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 e0faef4..1d854af 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/DeployStackIfChanged + ${{ secrets.KOMODO_HOST }}/execute/CheckStackForUpdate