Files
workflow-test/.gitea/workflows/ci.yaml
T
rodolpho ba2aa2aca7
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m58s
Add CI workflow
2026-05-06 12:56:53 -03:00

10 lines
299 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🚀 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"