ci: 移除不必要的检出步骤

This commit is contained in:
shanshanzhong 2025-08-09 07:13:25 -07:00
parent 79020ccea0
commit e78b93d6fb

View File

@ -29,8 +29,6 @@ jobs:
go: ["1.24.3"]
steps:
- name: Checkout
uses: https://${{ env.GIT_USERNAME }}:${{ env.GIT_PASSWORD }}@${{ vars.DOMAIN_OF_GITEA}}/actions/checkout@main
# 将.env环境变量配置文件拷贝致gitea runner容器
- name: copy env file to runner container