mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-24 02:30:36 +08:00
feat: update ci
This commit is contained in:
5
.github/workflows/esc-deploy.yml
vendored
5
.github/workflows/esc-deploy.yml
vendored
@@ -22,8 +22,11 @@ jobs:
|
||||
pull-requests: read
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login Docker
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user