Skip to content

Commit be3ad69

Browse files
authored
Update daily-folder.yml
1 parent bb4cd8f commit be3ad69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-folder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
touch "$ROOT_DIR/김태민/.gitkeep"
4747
touch "$ROOT_DIR/추창우/.gitkeep"
4848
49-
echo "오늘도 다들 화이팅!"
49+
echo "Created $ROOT_DIR with subfolders."
5050
echo "TODAY=$TODAY" >> $GITHUB_ENV
5151
echo "changed=true" >> $GITHUB_OUTPUT
5252
@@ -56,5 +56,5 @@ jobs:
5656
git config user.name "github-actions[bot]"
5757
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5858
git add -A
59-
git commit -m "chore: create folder for ${TODAY:-$(date +'%Y-%m-%d')} with subfolders"
59+
git commit -m "${TODAY:-$(date +'%Y-%m-%d')}일 태스크 배정완료, 화이팅!"
6060
git push

0 commit comments

Comments
 (0)