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

10 lines
213 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.server_url }}"