update checkout path
Some checks failed
Build NGINX on Ubuntu / build-and-deploy (push) Failing after 1s
Some checks failed
Build NGINX on Ubuntu / build-and-deploy (push) Failing after 1s
This commit is contained in:
parent
c43c66b643
commit
ab6a36b9b7
@ -19,7 +19,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
uses: ./.gitea/actions/checkout
|
uses: ./actions/checkout
|
||||||
|
# 使用官方 actions/checkout 而不是本地路径
|
||||||
|
# 如果必须使用本地路径,可能需要根据Gitea的实际路径结构调整
|
||||||
|
|
||||||
- name: 更新包管理器
|
- name: 更新包管理器
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user