inital gitea action
All checks were successful
Example Action / Example-Actions (push) Successful in 16s

This commit is contained in:
2025-07-04 09:10:25 +02:00
parent 2770cd80da
commit 653d3e238d

View File

@@ -0,0 +1,8 @@
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."