ci-test/.gitea/workflows/demo.yaml

10 lines
204 B
YAML
Raw Normal View History

2023-10-03 16:09:10 +02:00
name: Gitea Actions Demo
2023-10-03 16:29:52 +02:00
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
2023-10-03 16:09:10 +02:00
on: [push]
2023-10-03 16:29:52 +02:00
2023-10-03 16:09:10 +02:00
jobs:
Explore-Gitea-Actions:
2023-10-03 16:22:08 +02:00
runs-on: ubuntu-latest
2023-10-03 16:09:10 +02:00
steps:
- run: echo "This is a test"