mirror of
https://git.bjxgj.com/xgj/xgj-actions.git
synced 2025-10-14 08:33:37 +08:00
chore: 更新 GitHub Action 使用路径,将 xgj/actions/setup-env@v1 修改为 actions/xgj/setup-env@v1,以确保正确引用和兼容性。
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 配置构建环境
|
||||
uses: xgj/actions/setup-env@v1
|
||||
uses: actions/xgj/setup-env@v1
|
||||
with:
|
||||
docker-password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
Reference in New Issue
Block a user