Skip to content

Commit 852e55d

Browse files
committed
test update
1 parent 69d3771 commit 852e55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
github_username="${{ github.event.pull_request.user.login }}"
8181
8282
# 파일명이 GitHub계정명인지 확인
83-
if [[ "${filename}" != ${github_username}* ]]; then
83+
if ! echo "$filename" | grep -q "^${github_username}"; then
8484
echo "- $file (파일명은 '$github_username'로 해주셔야 합니다)" >> $GITHUB_STEP_SUMMARY
8585
success=false
8686
fi

0 commit comments

Comments
 (0)