We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c5aaa commit e0e2f02Copy full SHA for e0e2f02
.github/workflows/python-trackerlist.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Add current merge time to trackerslist.txt
36
run: |
37
- sed -i "1s/^/当前合并完成的时间: \$(date '+%Y-%m-%d %H:%M:%S')\\n\n/" trackerslist.txt
+ sed -i "1s/^/当前合并完成的时间: ${{ formatTime(now(), 'yyyy-MM-dd HH:mm:ss') }}\\n\n/" trackerslist.txt
38
39
- name: Commit and push changes
40
0 commit comments