File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 yeshan333
3
+ Copyright (c) 2021-2023 yeshan333
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ echo =========================================================================
27
27
28
28
start_time=$( date)
29
29
30
- echo " ::set-output name=end_time:: $ start_time"
30
+ echo " {start_time}={ start_time} " >> $GITHUB_OUTPUT
31
31
echo " Start time of synchronization -> $start_time "
32
32
33
33
rsync -e " $SSH_COMMAND " $8 -av $5 $1 @$2 :$6
34
34
35
35
end_time=$( date)
36
36
37
- echo " ::set-output name= end_time:: $end_time "
37
+ echo " {end_time}={ end_time} " >> $GITHUB_OUTPUT
38
38
echo " End time of synchronization -> $end_time "
39
39
40
40
echo =========================================================================
You can’t perform that action at this time.
0 commit comments