From 653d3e238d59dabf26580592beeca8951411813e Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 09:10:25 +0200 Subject: [PATCH] inital gitea action --- .gitea/workflows/action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/action.yaml diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml new file mode 100644 index 0000000..5106591 --- /dev/null +++ b/.gitea/workflows/action.yaml @@ -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."