Files
tracker/.gitea/workflows/build.yaml
Vadim f5ad5dbb16
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
wip ci/cd
2026-03-06 18:46:43 +03:00

17 lines
323 B
YAML

name: Gitea Actions Demo
run-name: Deploy 🚀
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Execute a single command
run: echo "Hello, world!"