Files
xray_sub_server/.gitea/workflows/test_ci_cd.yml
crutoboy 6facedb04f
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 49s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
test_ci_cd
2026-05-22 10:23:26 +00:00

11 lines
286 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 }}"
- name: Dump Gitea context
run: echo "${{ toJSON(gitea) }}"