Skip to content

Commit f054be3

Browse files
authored
Update python-trackerlist.yml
1 parent e0e2f02 commit f054be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-trackerlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Add current merge time to trackerslist.txt
3636
run: |
37-
sed -i "1s/^/当前合并完成的时间: ${{ formatTime(now(), 'yyyy-MM-dd HH:mm:ss') }}\\n\n/" trackerslist.txt
37+
echo "当前合并完成的时间: $(date '+%Y-%m-%d %H:%M:%S')" >> trackerslist.txt
3838
3939
- name: Commit and push changes
4040
run: |

0 commit comments

Comments
 (0)