Compare commits
2 Commits
25a093e406
...
059d0db531
| Author | SHA1 | Date | |
|---|---|---|---|
| 059d0db531 | |||
| d434db19ee |
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