8 lines
164 B
YAML
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!" |