Files
simple-test/.gitea/workflows/test.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 8: mapping values are not allowed in this context

13 lines
267 B
YAML

name: DooD smoke
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: docker version (DooD: 借宿主 docker)
run: docker version
- name: hostname
run: echo "ok from $(hostname)"
trigger at Sat Jul 11 17:07:22 CST 2026