Files
outcomes/.gitea/workflows/deploy.yml
T
YaoLei b981cde42d
Cmd Test / test (push) Has been cancelled
更新deploy.yml
2026-07-02 17:16:43 +08:00

12 lines
205 B
YAML

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