Files
outcomes/.gitea/workflows/deploy.yml
T
YaoLei a26bb2acc0
Cmd Test / test (push) Successful in 0s
修复错误
2026-07-02 17:18:01 +08:00

12 lines
203 B
YAML

name: Cmd Test
on: [push]
jobs:
test:
runs-on: act_runner1
steps:
- name: Run arbitrary command
run: |
echo "Hello from Gitea Actions"
date
uname -a