test/.gitea/workflows/demo.yaml
admin b22e92c564
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Update .gitea/workflows/demo.yaml
2025-03-22 12:42:34 +08:00

13 lines
364 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: http://172.23.112.123:3000/actions/checkout@main
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}