mr-shortman c6cfecdb0f
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
fixed demo workflow
2025-03-15 23:50:02 +01:00

11 lines
308 B
YAML

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