ci: 统一 workflow 步骤名称为英文
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user