Wishlist/.gitea/workflows/action.yaml
Dhaverd c720b1e05b
Some checks failed
Gitea Actions Demo / health-chek (push) Failing after 0s
Добавить .gitea/workflows/action.yaml
2025-03-27 12:04:16 +03:00

8 lines
164 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
health-chek:
steps:
- run: echo "Hello World!"