Datenschutzerklaerung_Nutzu.../.gitea/workflows/pandoc.yaml

10 lines
264 B
YAML
Raw Normal View History

2024-09-13 13:33:58 +00:00
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
2024-09-13 13:06:01 +00:00
on: [push]
2024-09-13 13:33:58 +00:00
jobs:
Explore-Gitea-Actions:
2024-09-13 13:34:48 +00:00
runs-on: self-hosted
2024-09-13 13:33:58 +00:00
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."