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 e0e2f02 commit f054be3Copy full SHA for f054be3
.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/^/当前合并完成的时间: ${{ formatTime(now(), 'yyyy-MM-dd HH:mm:ss') }}\\n\n/" trackerslist.txt
+ echo "当前合并完成的时间: $(date '+%Y-%m-%d %H:%M:%S')" >> trackerslist.txt
38
39
- name: Commit and push changes
40
0 commit comments