Wishlist/.gitea/workflows/action.yaml
Dhaverd 2dc9f17f1e
Some checks failed
Gitea Actions Demo / health-chek (push) Failing after 0s
Обновить .gitea/workflows/action.yaml
2025-03-27 12:06:18 +03:00

9 lines
194 B
YAML

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