Files
sinqDAQ/.gitea/workflows/action.yaml
Edward Wall 653d3e238d
All checks were successful
Example Action / Example-Actions (push) Successful in 16s
inital gitea action
2025-07-04 09:10:25 +02:00

9 lines
192 B
YAML

name: Example Action
on: [push]
jobs:
Example-Actions:
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."