Skip to content

Commit adb1dc8

Browse files
committed
chore: remove unnecessary message
1 parent 8f5d650 commit adb1dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# 파일명이 GitHub계정명인지 확인
100100
shopt -s nocasematch
101101
if [[ ! "$filename" = "$pr_author"* ]]; then
102-
echo "- $file (파일명은 '$pr_author'형식으로 해주셔야 합니다)" >> $GITHUB_STEP_SUMMARY
102+
echo "- $file" >> $GITHUB_STEP_SUMMARY
103103
success=false
104104
fi
105105
fi

0 commit comments

Comments
 (0)