Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 64e432c

Browse files
committed
修正日期格式
1 parent 6d2a573 commit 64e432c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
git config --global user.email ${{ secrets.USER_EMAIL }}
6363
git config --global user.name ${{ secrets.USER_NAME }}
6464
git add .
65-
git commit -m "Auto Update $(Get-Date -Format 'yyyy-M-d H:m:s')"
65+
git commit -m "Auto Update $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')"
6666
git pull origin main
67-
git tag -a v$(Get-Date -Format 'yyyy.M.d') -m "Auto Update $(Get-Date -Format 'yyyy-M-d')"
67+
git tag -a v$(Get-Date -Format 'yyyy.MM.dd') -m "Auto Update $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')"
6868
6969
- name: Push changes
7070
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)