website/.gitea/workflows/pipeline-test.yaml
Andreas Hnida 3f1ca178b3
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
test
2024-04-17 06:35:54 +02:00

9 lines
214 B
YAML

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 Hello World."