update checkout path
Some checks failed
Build NGINX on Ubuntu / build-and-deploy (push) Failing after 1s

This commit is contained in:
huangzhiqiang 2025-06-10 12:35:43 +08:00
parent c43c66b643
commit ab6a36b9b7

View File

@ -19,7 +19,9 @@ jobs:
steps:
- name: 检出代码
uses: ./.gitea/actions/checkout
uses: ./actions/checkout
# 使用官方 actions/checkout 而不是本地路径
# 如果必须使用本地路径可能需要根据Gitea的实际路径结构调整
- name: 更新包管理器
run: sudo apt update