MYDOC/.gitea/workflows/demo.yaml
洪剑峰 518751f26e
Some checks are pending
Gitea Actions Demo / build (push) Waiting to run
321
2024-08-05 17:15:55 +08:00

8 lines
222 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."