Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 13, 2022. It is now read-only.
/zxipdb-pythonPublic archive

Commit64e432c

Browse files
committed
修正日期格式
1 parent6d2a573 commit64e432c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.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)

[8]ページ先頭

©2009-2025 Movatter.jp