We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4cd8f commit be3ad69Copy full SHA for be3ad69
1 file changed
.github/workflows/daily-folder.yml
@@ -46,7 +46,7 @@ jobs:
46
touch "$ROOT_DIR/김태민/.gitkeep"
47
touch "$ROOT_DIR/추창우/.gitkeep"
48
49
- echo "오늘도 다들 화이팅!"
+ echo "Created $ROOT_DIR with subfolders."
50
echo "TODAY=$TODAY" >> $GITHUB_ENV
51
echo "changed=true" >> $GITHUB_OUTPUT
52
@@ -56,5 +56,5 @@ jobs:
56
git config user.name "github-actions[bot]"
57
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
58
git add -A
59
- git commit -m "chore: create folder for ${TODAY:-$(date +'%Y-%m-%d')} with subfolders"
+ git commit -m "${TODAY:-$(date +'%Y-%m-%d')}일 태스크 배정완료, 화이팅!"
60
git push
0 commit comments