使用自托管的方式
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: self-hosted # 使用自托管 Runner
|
||||
runs-on: ubuntu-24.04 # 使用自托管 Runner
|
||||
|
||||
steps:
|
||||
- name: 检出代码
|
||||
|
Reference in New Issue
Block a user