Files
handmade-revolt/.github/workflows/test-action.yml
jmug 5486a21dde
All checks were successful
Gitea Actions Demo / explore-gitea-actions (push) Successful in 49s
test action
2026-02-23 01:02:19 -08:00

13 lines
359 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
explore-gitea-actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned."