fix(ci): drop colon in step name (gitea yaml parser was rejecting line 8)
DooD smoke / hello (push) Waiting to run

This commit is contained in:
gitea_admin
2026-07-11 17:15:57 +08:00
parent c9e1c48c1f
commit cdb5203d75
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: docker version (DooD: 借宿主 docker)
- name: docker version
run: docker version
- name: hostname
run: echo "ok from $(hostname)"