Files
landing/.gitea/workflows/publish.yaml
adminxd 7c0e8640c2
Some checks failed
Gitea Actions Demo / explore-gitea-actions (push) Failing after 11m17s
stupid
2026-02-27 15:19:23 +03:00

13 lines
375 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:
- name: Checkout code
uses: actions/checkout@v4
- name: List directory contents
run: ls -la
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."