From de70298f7a6566761b22904106669973d8e86a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 13 Jan 2021 22:03:56 +0900 Subject: [PATCH] ci: fix syntax --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ad2241..3374a8a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: - Docker Image CI name: Deploy Beta runs-on: ubuntu-latest - if: {{ github.ref == 'ref/head/master' && github.event_name == 'push' }} + if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }} steps: - name: Deploy uses: appleboy/ssh-action@master