ci: 统一 workflow 步骤名称为英文

This commit is contained in:
hhs
2026-06-13 11:45:08 +08:00
parent 3d7d7d190c
commit 8ce5c02730
3 changed files with 20 additions and 13 deletions

View File

@@ -14,15 +14,16 @@ jobs:
run:
working-directory: backend
steps:
- name: Install Node.js (for checkout action)
- name: Setup Node.js
run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache nodejs
working-directory: /
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- name: Checkout
uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- name: Download dependencies
- name: Download Dependencies
run: go mod download
env:
GOPROXY: https://goproxy.cn,direct