This commit is contained in:
12
.gitea/workflows/hello.yaml
Normal file
12
.gitea/workflows/hello.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Hello
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
say_hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo Start
|
||||
- run: sleep 10m
|
||||
- run: echo HelloWorld
|
||||
- run: echo end
|
||||
Reference in New Issue
Block a user