Skip to content

Commit a991ed9

Browse files
committed
chore: success=true 추가
1 parent 42359a2 commit a991ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
echo "현재 커밋: ${{ github.sha }}"
4646
4747
files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | tr -d '"')
48+
success=true
4849
target_file_list=()
4950
5051
echo "📝 변경된 파일 목록:"

0 commit comments

Comments
 (0)