modify gitea action
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s

This commit is contained in:
konjacpotato
2026-02-15 19:21:52 +08:00
parent 0f97d71a6b
commit b453e8ccbc

View File

@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
# 一个直接在宿主机上执行的 Job # 一个直接在宿主机上执行的 Job
host-commands: host-commands:
runs-on: self-hosted # 需要有一个标签为 self-hosted 的 runner 运行在宿主机上 runs-on: mac # 需要有一个标签为 self-hosted 的 runner 运行在宿主机上
steps: steps:
- name: 在宿主机上执行命令 - name: 在宿主机上执行命令
run: | run: |