From 8e37ad9bd2fbcd9845849496b3daf4ccc23f865f Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 6 Jan 2024 18:22:44 +0100 Subject: [PATCH] Correct typographical error in workflow name The previous text had a typographical error in the workflow name in the Elsa Studio GitHub workflow configuration. The updated version has the proper spelling for the Elsa Studio reference application. --- .github/workflows/elsa-studio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elsa-studio.yml b/.github/workflows/elsa-studio.yml index 5379f8247..ebc412655 100644 --- a/.github/workflows/elsa-studio.yml +++ b/.github/workflows/elsa-studio.yml @@ -1,4 +1,4 @@ -name: Build and deploy Elsa SStudio reference application as Docker image +name: Build and deploy Elsa Studio reference application as Docker image on: workflow_dispatch: push: