From 38cd19281f0fc98cc6af73afb99bd6dc6b6707f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 20 Oct 2022 10:04:55 +0200 Subject: [PATCH] fix: duplicate node name --- .github/workflows/common-server-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-server-application.yml b/.github/workflows/common-server-application.yml index 38c73af29..111cd050a 100644 --- a/.github/workflows/common-server-application.yml +++ b/.github/workflows/common-server-application.yml @@ -215,7 +215,7 @@ jobs: workspace_name: ${{ inputs.workspace_name }} secrets: inherit - deploy-worker: + deploy-web: if: ${{ inputs.deploy_web }} needs: publish