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