We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b50e6 commit 1b1513aCopy full SHA for 1b1513a
.github/scripts/check_commits.py
@@ -172,8 +172,8 @@ def replace_amount(match):
172
173
# 총액 업데이트
174
new_section = re.sub(
175
- r'\*\*총 추가 회식비: [\d,]+원\*\*',
176
- f'**총 추가 회식비: {total:,}원**',
+ r'\*\*총 회식비: [\d,]+원\*\*',
+ f'**총 회식비: {total:,}원**',
177
new_section
178
)
179
README.md
@@ -107,7 +107,7 @@ algorithm/
107
| 이용훈 | 25000원 |
108
| 최어진 | 10000원 |
109
110
-**총 회식비: 90,000원**
+**총 회식비: 105,000원**
111
<!-- 합류후_END -->
112
113
---
0 commit comments