From 261a7bb9c9677c97e220eb63f8f3e639e5315050 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 16 Nov 2025 11:44:56 +0800 Subject: [PATCH] update --- .gitea/workflows/build.yaml | 2 +- hello | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 hello diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ff7be44..183e740 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" diff --git a/hello b/hello new file mode 100644 index 0000000..a042389 --- /dev/null +++ b/hello @@ -0,0 +1 @@ +hello world!