Files
xray_sub_server/.gitea/workflows/test_ci_cd.yml
crutoboy 1cb58f18b5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
test
2026-05-22 10:12:20 +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.hostname }}"