This commit is contained in:
parent
1236786fd9
commit
9149ef3e00
8
.gitea/workflows/hello.yml
Normal file
8
.gitea/workflows/hello.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: hello
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
hi:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello from $(hostname) — Gitea Actions is alive!"
|
||||||
|
- run: docker info | head -20
|
||||||
Loading…
Reference in New Issue
Block a user