MYDOC/.gitea/workflows/demo.yaml

8 lines
238 B
YAML
Raw Normal View History

2024-08-05 17:06:56 +08:00
name: Gitea Actions Demo
2024-08-05 17:06:07 +08:00
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
2024-07-31 10:55:19 +08:00
on: [push]
jobs:
2024-08-05 17:06:56 +08:00
Explore-Gitea-Actions:
2024-07-31 10:55:19 +08:00
steps:
2024-08-05 17:06:56 +08:00
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."