Files
demo/.gitea/workflows/task-demo.yml
changsongdong d1f10b4272
Some checks failed
Gitea Actions Demo / build-and-deploy (push) Failing after 25s
t2
2025-10-31 21:30:08 +08:00

10 lines
355 B
YAML

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