Files
sinqDAQ/.gitea/workflows/action.yaml
Edward Wall 44d4b83a80
All checks were successful
Example Action / Example-Actions (push) Successful in 35s
can I use a custom image?
2025-07-04 11:24:32 +02:00

11 lines
400 B
YAML

name: Example Action
on: [push]
jobs:
Example-Actions:
runs-on: linepics
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."