Добавить .gitea/workflows/action.yaml
Some checks failed
Gitea Actions Demo / health-chek (push) Failing after 0s
Some checks failed
Gitea Actions Demo / health-chek (push) Failing after 0s
This commit is contained in:
parent
6616bfff8d
commit
c720b1e05b
|
@ -0,0 +1,8 @@
|
||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
health-chek:
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello World!"
|
Loading…
Reference in New Issue