Skip to content

Commit

Permalink
Merge pull request #192 from boostcampwm-2024/nks-test
Browse files Browse the repository at this point in the history
fix: NCP Source Commit에 Push할 때 전체 히스토리 Push하도록 수정
  • Loading branch information
dev-taewon-kim authored Nov 28, 2024
2 parents 47409c2 + 3d8c3da commit 556867b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ncp_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0 # 전체 히스토리 가져오기

- name: Set up Git Config
run: |
Expand Down

0 comments on commit 556867b

Please sign in to comment.