This commit is contained in:
parent
d434db19ee
commit
059d0db531
11
.gitea/workflows/hello.yaml
Normal file
11
.gitea/workflows/hello.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Hello Gitea Actions
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 输出问候语
|
||||
run: |
|
||||
echo "hello, Gitea Actions!"
|
||||
echo "当前时间是: $(date)"
|
||||
Loading…
x
Reference in New Issue
Block a user