modify gitea action
Some checks failed
Gitea Actions Demo / host-commands (push) Failing after 0s

This commit is contained in:
konjacpotato
2026-02-15 19:53:15 +08:00
parent 4471bbfdc8
commit 79d86988d1

View File

@ -10,6 +10,7 @@ jobs:
- name: 在宿主机上执行命令 - name: 在宿主机上执行命令
run: | run: |
echo "This command runs directly on the host machine" echo "This command runs directly on the host machine"
pwd
# 进入项目目录 # 进入项目目录
cd /Users/konjacpotato/workspace/code/peter cd /Users/konjacpotato/workspace/code/peter
# 结束旧的 screen 会话 screen -X -S peter quit || true # 结束旧的 screen 会话 screen -X -S peter quit || true