Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
[수정] 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Jan 3, 2024
1 parent a6579cd commit e3a1551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/GUARD_COMMITS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET_FILES=("swift-cinema/Sources/CinemaUI/MovieList.swift" "swift-cinema/Sour

CURRENT_BRANCH_COMMIT=$(git rev-list -n 1 HEAD)

FIRST_COMMIT=$(git rev-list --max-parents=0 main)
FIRST_COMMIT=$(git rev-list --max-parents=0 origin/main)

CHANGED_FILES=$(git diff --name-only -W $FIRST_COMMIT $CURRENT_BRANCH_COMMIT)

Expand Down

0 comments on commit e3a1551

Please sign in to comment.