From 1965922266c539068307f019f5b83b99cc2645d1 Mon Sep 17 00:00:00 2001 From: yudonggeun Date: Wed, 11 Dec 2024 18:17:42 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=B5=9C=EC=8B=A0=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EB=B0=B0=ED=8F=AC=EC=8B=9C=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=8B=A4=ED=8C=A8=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci_auth.yml | 3 --- .github/workflows/ci_front.yml | 3 --- .github/workflows/ci_server.yml | 3 --- .github/workflows/ci_user.yml | 3 --- 4 files changed, 12 deletions(-) diff --git a/.github/workflows/ci_auth.yml b/.github/workflows/ci_auth.yml index c8448225..9c7f40fe 100644 --- a/.github/workflows/ci_auth.yml +++ b/.github/workflows/ci_auth.yml @@ -15,9 +15,6 @@ jobs: - uses: actions/checkout@v4 name: checkout - - name: checkout - run: git checkout ${{ github.event.inputs.version }} - - name: set up jdk 21 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/ci_front.yml b/.github/workflows/ci_front.yml index 0d63c2bf..370bd213 100644 --- a/.github/workflows/ci_front.yml +++ b/.github/workflows/ci_front.yml @@ -15,9 +15,6 @@ jobs: - uses: actions/checkout@v4 name: checkout - - name: checkout - run: git checkout ${{ github.event.inputs.version }} - - name: Log in to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/ci_server.yml b/.github/workflows/ci_server.yml index 7aa43b6c..fd7ebc28 100644 --- a/.github/workflows/ci_server.yml +++ b/.github/workflows/ci_server.yml @@ -15,9 +15,6 @@ jobs: - uses: actions/checkout@v4 name: checkout - - name: checkout - run: git checkout ${{ github.event.inputs.version }} - - name: set up jdk 21 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/ci_user.yml b/.github/workflows/ci_user.yml index e0ba58b3..751e9c1f 100644 --- a/.github/workflows/ci_user.yml +++ b/.github/workflows/ci_user.yml @@ -15,9 +15,6 @@ jobs: - uses: actions/checkout@v4 name: checkout - - name: checkout - run: git checkout ${{ github.event.inputs.version }} - - name: set up jdk 21 uses: actions/setup-java@v4 with: