mirror of
https://github.com/snowykami/snowykami.git
synced 2024-11-25 18:25:04 +08:00
更新WakaReadme工作流,添加预检查步骤并修改时区为Asia/Chongqing
This commit is contained in:
parent
3f099a683c
commit
532bf8d633
6
.github/workflows/waka-readme.yml
vendored
6
.github/workflows/waka-readme.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
||||
name: WakaReadme DevMetrics
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pre checks
|
||||
run: |
|
||||
ls -al
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: anmol098/waka-readme-stats@master
|
||||
with:
|
||||
@ -25,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
# 修改Readme中的Asia/Hong_Kong为Asia/Chongqing
|
||||
sed -i 's/Asia\/Hong_Kong/Asia\/Chongqing/g' README.md
|
||||
ls -al
|
||||
|
||||
# 配置令牌
|
||||
git config --global user.email "snowykami@outlook.com"
|
||||
git config --global user.name "snowykami"
|
||||
|
Loading…
Reference in New Issue
Block a user