Files
xray_sub_server/.gitea/workflows/test_ci_cd.yml
crutoboy 155dd7e62e
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
test_ci_cd
2026-05-22 10:16:46 +00:00

10 lines
211 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.registry }}"