Update .gitea/workflows/testfly.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21s

This commit is contained in:
Martin Cholewa 2025-01-20 15:56:20 +01:00
parent 68ef84d029
commit 1c35633150

View File

@ -1,8 +1,10 @@
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 "chose"
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
when: manual