fix(ci): drop colon in step name (gitea yaml parser was rejecting line 8)
DooD smoke / hello (push) Waiting to run
DooD smoke / hello (push) Waiting to run
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user