Skip to content

Commit

Permalink
음.. 실행은 되는데
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPearls authored Aug 28, 2024
1 parent 671c294 commit 499758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Rename and Commit Markdown Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ -n "$title" ]; then
# 새 파일명을 제목을 기반으로 생성
new_filename="developLog/$title.md"
new_filename="title.md"
# 파일 이름이 동일한 경우에는 mv 명령을 건너뜁니다
if [ "$file" != "$new_filename" ]; then
Expand Down

0 comments on commit 499758c

Please sign in to comment.