Files
actions-test/.gitea/workflows/test.yaml
sarsy 9c7de0afda
All checks were successful
Test Actions / hello (push) Successful in 1s
Add .gitea/workflows/test.yaml
2026-03-20 13:51:00 -04:00

12 lines
185 B
YAML

name: Test Actions
on:
push:
branches: [ main ]
jobs:
hello:
runs-on: docker
steps:
- name: Say Hello
run: echo "Hello from Gitea Actions on UGREEN NAS!"