sphagnum/.gitea/workflows/test.yml

9 lines
285 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:
2024-04-03 13:42:32 +03:00
labesl: [docker]
2024-04-03 13:41:56 +03:00
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."