Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Nov 19, 2024
1 parent 7aaf08d commit f90c4c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/string-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
- name: Run string parser
run: node index.js
env:
body: "<Student>
릴리즈 노트 작성
<Teacher>
릴리즈 노트 작성"
body: "<Student>\n릴리즈 노트 작성\n<Teacher>\n릴리즈 노트 작성"
split: "<Teacher>"
splitIndex: 0
envName: TEST
Expand Down

0 comments on commit f90c4c5

Please sign in to comment.