From bc99bfd5f22dfcf5c8fba354d0d09b0ddb54e74f Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 23:20:25 +0200 Subject: [PATCH] Fix deployment condition in pipeline-test.yaml file --- .gitea/workflows/pipeline-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 0ab67e8..d45c3b4 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -60,7 +60,7 @@ jobs: run: hugo --minify - name: Deploy to Server - if: ${{ myEnv_env == 'development' }} + if: env.myEnv_env == 'development' uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: protocol: ftps