From 5486a21dde79d10525704e27cfda5e333e029e04 Mon Sep 17 00:00:00 2001 From: jmug Date: Mon, 23 Feb 2026 01:02:19 -0800 Subject: [PATCH] test action --- .github/workflows/test-action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test-action.yml diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml new file mode 100644 index 00000000..13d2789e --- /dev/null +++ b/.github/workflows/test-action.yml @@ -0,0 +1,12 @@ +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."