From 10a8310e375698a297f4bd4e3e04ddd5d1023e24 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 23 Apr 2025 15:54:33 +0200 Subject: [PATCH] fix stage name in private build action --- .github/workflows/build-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-private.yml b/.github/workflows/build-private.yml index 2d158ce6..b385c6af 100644 --- a/.github/workflows/build-private.yml +++ b/.github/workflows/build-private.yml @@ -107,7 +107,7 @@ jobs: - name: "Install npm dependencies in services extension" run: cd extensions/Services && npm ci - - name: "Checkout services extension" + - name: "Checkout invoicing extension" uses: actions/checkout@v4 with: repository: solidtime-io/extension-invoicing