From 1a44fa1ad648e96b45bf22a06fddb6283a332503 Mon Sep 17 00:00:00 2001 From: Lee CQ <47050568+lee-cq@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:09:09 +0800 Subject: [PATCH] bugfix: shell.yaml --- .github/workflows/shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 0745884..f03a248 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -58,6 +58,7 @@ jobs: chmod 600 ~/.ssh/* - name: Update Server + run: | sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime sudo cp actions/shell/self_shell.sh /etc/profile.d/ git config --global user.email "lee-cq@qq.com"