From 31d9f9c97fda13f1af6bb0e641a2316e118cc757 Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 26 Jul 2025 07:39:30 -0500 Subject: [PATCH] workflows add --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 15ee393..10f03be 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,5 +1,5 @@ name: Java Application Build and Deploy - +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: - runs-on: gitea-runner-label # Use the label matching your Gitea runner + runs-on: ubuntu-latest # Use the label matching your Gitea runner steps: - name: Checkout code uses: actions/checkout@v4