From 2ce3c464322931c240780ae23f3a8bc1c8ccd804 Mon Sep 17 00:00:00 2001 From: KimChanJin97 Date: Mon, 30 Sep 2024 00:07:08 +0900 Subject: [PATCH] =?UTF-8?q?Deploy:=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC/?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=9D=B8=EC=8B=9D=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=B2=B4=ED=81=AC=EC=95=84=EC=9B=83=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=20=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a3a7731..c85a810 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,6 +9,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout source code + uses: actions/checkout@v3 + - name: Get Github Actions IP id: ip uses: haythem/public-ip@v1.2