Skip to content

Commit

Permalink
fix: "Validate Pull Request" Action의 file-pattern에 다른 형식 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hepheir committed Oct 12, 2023
1 parent 7ed1740 commit 2cfbcf8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ jobs:
with:
# TODO: Replace hard-coded patterns
file-pattern: |
/[0-9][0-9]주차/@(김동주|이윤호|이은지|박민수|손성빈|박상우|정지원|조예빈)/*.@(c|cpp|py|java)
/[0-9][0-9]\\354\\243\\274\\354\\260\\250/@(\\352\\271\\200\\353\\217\\231\\354\\243\\274|\\354\\235\\264\\354\\234\\244\\355\\230\\270|\\354\\235\\264\\354\\235\\200\\354\\247\\200|\\353\\260\\225\\353\\257\\274\\354\\210\\230|\\354\\206\\220\\354\\204\\261\\353\\271\\210|\\353\\260\\225\\354\\203\\201\\354\\232\\260|\\354\\240\\225\\354\\247\\200\\354\\233\\220|\\354\\241\\260\\354\\230\\210\\353\\271\\210)/*.@(c|cpp|py|java)
/??주차/김동주/*
/??주차/이윤호/*
/??주차/이은지/*
/??주차/박민수/*
/??주차/손성빈/*
/??주차/박상우/*
/??주차/정지원/*
/??주차/조예빈/*
token: "${{ secrets.GITHUB_TOKEN }}"
failure-message: >-
제출한 파일의 경로가 올바르지 않습니다.
파일의 이 올바른 디렉터리에 있는지 확인해주세요.
제출한 파일의 경로가 올바르지 않습니다.
파일의 이 올바른 디렉터리에 있는지 확인해주세요.

0 comments on commit 2cfbcf8

Please sign in to comment.