From 6e43496cd447fbef413b212e0514df1426052117 Mon Sep 17 00:00:00 2001 From: hynseok Date: Sun, 3 Nov 2024 17:05:26 +0900 Subject: [PATCH] infra: fix workflows --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a0074ab..fcb8036 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: - name: Code Repo 불러오기 (Frontend) uses: actions/checkout@v4 with: - repository: SystemConsultantGroup/SCG-Ask/frontend + repository: SystemConsultantGroup/SCG-Ask/tree/master/frontend ref: master token: ${{ secrets.ACTION_TOKEN }} @@ -74,7 +74,7 @@ jobs: - name: Code Repo 불러오기 (Backend) uses: actions/checkout@v4 with: - repository: SystemConsultantGroup/SCG-Ask/backend + repository: SystemConsultantGroup/SCG-Ask/tree/master/backend ref: master token: ${{ secrets.ACTION_TOKEN }}