sphagnum/.gitea/workflows/test.yml

8 lines
264 B
YAML
Raw Normal View History

2024-04-03 13:41:56 +03:00
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
2024-04-03 13:38:22 +03:00
jobs:
2024-04-03 13:41:56 +03:00
Explore-Gitea-Actions:
runs-on: ubuntu-latest
2024-04-03 13:38:22 +03:00
steps:
2024-04-03 13:41:56 +03:00
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."