modify gitea action
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s
This commit is contained in:
@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
# 一个直接在宿主机上执行的 Job
|
||||
host-commands:
|
||||
runs-on: self-hosted # 需要有一个标签为 self-hosted 的 runner 运行在宿主机上
|
||||
runs-on: mac # 需要有一个标签为 self-hosted 的 runner 运行在宿主机上
|
||||
steps:
|
||||
- name: 在宿主机上执行命令
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user