Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-08 21:58:54 +01:00
committed by GitHub
parent 852bdeb437
commit 2598352a9d

View File

@@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v3
- name: Create stats
run: |
printf "$(sed "2d" Stats)" \
printf "$(cats Stats)" \
| awk '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' > Stats3
head -n 2 Stats3 > Stats3
cat Stats3