Skip to content

Commit

Permalink
infra: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent fdffd47 commit 6e43496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 6e43496

Please sign in to comment.