actRunners/.gitea/workflows/testfly.yaml
Martin Cholewa 1c35633150
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21s
Update .gitea/workflows/testfly.yaml
2025-01-20 15:56:20 +01:00

11 lines
285 B
YAML

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