Skip to content

Commit

Permalink
fix: NCP Source Commit에 Push할 때 전체 히스토리 Push하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim committed Nov 28, 2024
1 parent 4a6d847 commit 3d8c3da
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 3d8c3da

Please sign in to comment.