We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246bd05 commit ac8de6bCopy full SHA for ac8de6b
1 file changed
.github/workflows/auto-weekly-issue.yml
@@ -17,7 +17,7 @@ jobs:
17
id: calc
18
run: |
19
# 현재 날짜 기준 주차 계산 (1월 1일 기준)
20
- WEEK_NUM=$(date +%U)
+ WEEK_NUM=$(date +%-U)
21
# 주차를 2자리로 포맷 (01, 02, ...)
22
WEEK_NUM_FORMATTED=$(printf "%02d" $((WEEK_NUM + 1)))
23
0 commit comments