Skip to content

Instantly share code, notes, and snippets.

@shuiRong
Created September 21, 2020 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuiRong/462bdbc54b128edc4cdc647efa3964c5 to your computer and use it in GitHub Desktop.
Save shuiRong/462bdbc54b128edc4cdc647efa3964c5 to your computer and use it in GitHub Desktop.
Github Action 设置 中国时间
- name: 更新为中国时间
run: |
sudo rm -rf /etc/localtime
sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment