Skip to content

Commit

Permalink
Date format 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Mar 2, 2024
1 parent 4de3dd4 commit b84caf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copy-files-from-til.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# title, lastUpdated 속성 추가
echo "---" > tmpfile
echo "title: '${file%.*}'" >> tmpfile
echo "lastUpdated: '$(git log -1 --format=%cd --date=format:%Y-%m-%d $file)'" >> tmpfile
echo "lastUpdated: '$(git log -1 --format=%cd --date=format:%Y-%m-%dT%H:%M:%S $file)'" >> tmpfile
echo "---" >> tmpfile
cat "$file" >> tmpfile
mv tmpfile "$file"
Expand Down
32 changes: 0 additions & 32 deletions test.sh

This file was deleted.

0 comments on commit b84caf3

Please sign in to comment.