Update main.yml

This commit is contained in:
y377 2023-08-18 08:35:46 +08:00 committed by GitHub
parent 64242c3098
commit 402cc278a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
env:
TZ: Asia/Shanghai
steps:
- name: Checkout
uses: actions/checkout@v2