From c696efbac3b66dd0ea5862b803b2872a670c6a76 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 19:56:09 +0000 Subject: [PATCH] DONE --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 180cc82..f9a7ff5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,9 +1,9 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Build and deploy +run-name: 🚀 on: [push] jobs: - Explore-Gitea-Actions: + Build: runs-on: ubuntu-latest steps: - name: Login to container registry