feat: add demo pipeline
Demo Pipeline / build (push) Failing after 0s

This commit is contained in:
ubuntu
2026-07-11 12:49:34 +08:00
parent 841cadc530
commit abfd088df0
+18
View File
@@ -0,0 +1,18 @@
name: Demo Pipeline
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Hello
run: echo "Hello from Gitea Actions!"
- name: System Info
run: |
echo "OS: $(uname -s)"
echo "User: $(whoami)"
echo "Date: $(date)"
- name: Files in repo
run: ls -la