From f9a4ed03971e1b8f6c77cf81f802d742be048977 Mon Sep 17 00:00:00 2001 From: "HeeRyun, Jin(qwertycvb)" Date: Fri, 22 Mar 2024 19:36:18 +0900 Subject: [PATCH] =?UTF-8?q?fix(#10):=20checkout=20action=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=20=EB=B0=8F=20=EC=9E=91=EC=97=85=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HeeRyun, Jin(qwertycvb) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index efeef2f..1ae33c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,8 +14,8 @@ jobs: if: ${{ contains(github.event.head_commit.message , '#release') || contains(github.event.head_commit.message , '#patch') || github.event_name == 'workflow_dispatch' }} name: Initialize repo & flutter steps: - - name: Pull repo - run: cd ~/MyPIU && git checkout main && git pull -f + - name: Checkout repo + uses: actions/checkout@v4 - name: Initialize flutter run: |