Files
blog/.gitea/workflows/build.yaml
Evrard Van Espen e00b2b2d33
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Update CI
2025-11-20 11:17:32 +00:00

16 lines
392 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: arch-test
steps:
- run: echo "🎉 GO !!"
- name: "test"
run: ls
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."